Skip to content

Commit 18ebede

Browse files
authored
Merge pull request #41 from Jamesgt/master
chore: export type
2 parents b5392d8 + 61732f5 commit 18ebede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)