Vals using zod
Description from the NPM package:
TypeScript-first schema declaration and validation library with static type inference
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