Skip to content

Commit

Permalink
fix: export joi validator in index file for complete validation sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
johnie committed Oct 26, 2024
1 parent db4334c commit ceac2a9
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 ceac2a9

Please sign in to comment.