Skip to content

Commit

Permalink
Export VineNativeEnum class (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneNEMO committed Jun 20, 2024
1 parent 4799157 commit 60ff1ad
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 @@ -14,6 +14,7 @@ export * as symbols from './src/symbols.js'
export * as errors from './src/errors/main.js'
export { VineAny } from './src/schema/any/main.js'
export { VineEnum } from './src/schema/enum/main.js'
export { VineNativeEnum } from './src/schema/enum/native_enum.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'
Expand Down

0 comments on commit 60ff1ad

Please sign in to comment.