Skip to content

Commit

Permalink
fix: add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
IamSebastianDev committed Dec 6, 2022
1 parent 7d737cf commit 494aa14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
IsArray,
IsType,
IsInt,
IsText,
} from './lib';
export type { Collection, ObjectId, JSONDocument } from './lib';
export type {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ export {
RegExp,
Unsafe,
} from './Evaluators';
export { NotNull, IsType, IsArray, IsInt } from './Validators';
export { NotNull, IsType, IsArray, IsInt, IsText } from './Validators';

0 comments on commit 494aa14

Please sign in to comment.