Skip to content

Commit c7b3cee

Browse files
committed
Export util types used by downstream libraries
1 parent 5e212fa commit c7b3cee

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/index.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,18 @@ export * from './structs/coercions.js';
44
export * from './structs/refinements.js';
55
export * from './structs/types.js';
66
export * from './structs/utilities.js';
7-
export type { ObjectSchema, Optionalize, Simplify } from './utils.js';
7+
export type {
8+
AnyStruct,
9+
EnumSchema,
10+
InferStructTuple,
11+
IsExactMatch,
12+
IsMatch,
13+
IsRecord,
14+
IsTuple,
15+
ObjectSchema,
16+
OmitBy,
17+
Optionalize,
18+
PickBy,
19+
Simplify,
20+
UnionToIntersection,
21+
} from './utils.js';

0 commit comments

Comments
 (0)