We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d6887c + 5a21ab4 commit fc5c7bdCopy full SHA for fc5c7bd
src/core/index.ts
@@ -1,19 +1,3 @@
1
-import {
2
- boolAsString,
3
- checkboxAsString,
4
- intAsString,
5
- numAsString,
6
- uuid,
7
-} from './schemas'
8
-
9
-export const vh = {
10
11
12
13
14
15
-}
16
17
export {
18
useSafeValidatedBody,
19
useSafeValidatedParams,
@@ -24,4 +8,6 @@ export {
24
type VSchema,
25
} from './parsers'
26
+export * as vh from './schemas'
+
27
export * as v from 'valibot'
0 commit comments