Typescript schema validation with Zod
Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple string to a complex nested object.
Published on January 5, 2023
Reading time 1 min read