Skip to content
Prev Previous commit
Next Next commit
Export util types used by downstream libraries
  • Loading branch information
MajorLift committed May 21, 2024
commit 51011269d3e13ddc9db6eed7bdfab5e531fdf132
16 changes: 15 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,18 @@ 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';
export type {
AnyStruct,
EnumSchema,
InferStructTuple,
IsExactMatch,
IsMatch,
IsRecord,
IsTuple,
ObjectSchema,
OmitBy,
Optionalize,
PickBy,
Simplify,
UnionToIntersection,
} from './utils.js';