We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5392d8 + 61732f5 commit 18ebedeCopy full SHA for 18ebede
src/index.ts
@@ -2,7 +2,7 @@ export * from './any';
2
export * from './array';
3
export * from './boolean';
4
export * from './check';
5
-export { asNullable, isNullable } from './common';
+export { asNullable, CommonValidationOptions, isNullable } from './common';
6
export * from './date';
7
export * from './date-time';
8
export * from './enum';
0 commit comments