Skip to content

Commit

Permalink
Export ObjectSchema, Optionalize, Simplify (#17)
Browse files Browse the repository at this point in the history
We make use of these types in `@metamask/utils`. Exporting them allows
us to upgrade this package to `@metamask/superstruct`.
  • Loading branch information
mcmire authored Mar 27, 2024
1 parent 106ccc8 commit 7d8a2e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './structs/coercions.js';
export * from './structs/refinements.js';
export * from './structs/types.js';
export * from './structs/utilities.js';
export type { ObjectSchema, Optionalize, Simplify } from './utils.js';

0 comments on commit 7d8a2e1

Please sign in to comment.