Skip to content

Commit 61732f5

Browse files
committed
chore: export type
1 parent b5392d8 commit 61732f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export * from './any';
22
export * from './array';
33
export * from './boolean';
44
export * from './check';
5-
export { asNullable, isNullable } from './common';
5+
export { asNullable, CommonValidationOptions, isNullable } from './common';
66
export * from './date';
77
export * from './date-time';
88
export * from './enum';

0 commit comments

Comments
 (0)