Back to packages list

Vals using zod

Description from the NPM package:
TypeScript-first schema declaration and validation library with static type inference
tmcw avatar
tmcw
zodExample
Script
Zod Zod works great out-of-the-box with Val Town: just import it as npm:zod and parse something! Here's an example below. Tips Right now it's not possible to create a script val that immediately returns a Zod parser because its parsers can't be serialized. It's best to either expose a method that returns a parser, or to create and use the parser in the same val.
0
jacoblee93 avatar
jacoblee93
runAgent
Script
An interactive, runnable TypeScript val by jacoblee93
1
alp avatar
alp
bookReservationOnResy
Script
An interactive, runnable TypeScript val by alp
0
3
Next