Skip to content

Commit b7339d5

Browse files
authored
Merge pull request #490 from traversable/valibot-exports
feat(valibot): re-exports types and `tagged` from `@traversable/valibot-types`
2 parents fd59f69 + 03c4f28 commit b7339d5

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/rare-buttons-enjoy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@traversable/valibot": patch
3+
---
4+
5+
feat(valibot): re-exports types and `tagged` from `@traversable/valibot-types`

packages/valibot/src/exports.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
export type {
2+
Algebra,
3+
AnyTag,
4+
AnyValibotSchema,
5+
Fold,
6+
Index,
7+
V,
8+
} from '@traversable/valibot-types'
19
export {
10+
F,
211
toString,
312
fold,
413
Functor,
14+
tagged,
515
} from '@traversable/valibot-types'
616

717
export { VERSION } from './version.js'

0 commit comments

Comments
 (0)