Skip to content

Commit

Permalink
Merge pull request #8 from johnie/hotfix/joi
Browse files Browse the repository at this point in the history
fix: export `joi` validator in index file for complete validation support
  • Loading branch information
johnie authored Oct 26, 2024
2 parents db4334c + ceac2a9 commit d66ffe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validators/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '@/validators/effect.js';
export * from '@/validators/zod.js';
export * from '@/validators/joi.js';

0 comments on commit d66ffe4

Please sign in to comment.