Skip to content

Commit

Permalink
refactor: export VineValidator class
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jul 19, 2023
1 parent 74ca7e0 commit cfaeeff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export { VineEnum } from './src/schema/enum/main.js'
export { VineTuple } from './src/schema/tuple/main.js'
export { VineUnion } from './src/schema/union/main.js'
export { VineArray } from './src/schema/array/main.js'
export { VineValidator } from './src/vine/validator.js'
export { VineString } from './src/schema/string/main.js'
export { VineNumber } from './src/schema/number/main.js'
export { VineRecord } from './src/schema/record/main.js'
Expand Down

0 comments on commit cfaeeff

Please sign in to comment.