Skip to content

Commit

Permalink
Export Options TypeScript type
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 17, 2020
1 parent bb54c78 commit 71477a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ class Conf<T extends Record<string, any> = Record<string, unknown>> implements I
}
}

export {Schema};
export {Schema, Options};

export default Conf;

Expand Down

0 comments on commit 71477a7

Please sign in to comment.