generated at
valibot v0.31

ちょっと大きめの変更が入った





3つ
schema
methods
actions
>
valibot.pipeが入った
ts
const BirthdaySchema = v.pipe( v.string(), v.isoDate(), v.transform((input) => new Date(input)), v.brand('birthday') );