NEW API (has && get) in new Map() #895
jojojojojoj5564656465465
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Great idea! I would probably name these actions import * as v from 'valibot';
const Schema = v.pipe(
v.map(v.string(), v.number()),
v.hasItem('foo', 'Custom error message!')
); |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions