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.
1 parent 24d3374 commit 13e4385Copy full SHA for 13e4385
src/predicate-factory/index.ts
@@ -3,6 +3,8 @@ export * from './anyOf.js';
3
export * from './createIsEnumPredicate.js';
4
export * from './createIsInstanceOfPredicate.js';
5
export * from './createIsTuplePredicate.js';
6
+export * from './createNumberRangePredicate.js';
7
+export * from './createObjectShapePredicate.js';
8
export * from './createStringLengthRangePredicate.js';
9
export * from './createStringMatchingPredicate.js';
10
export * from './everyItem.js';
0 commit comments