Zod: Schema Declaration and Validation in TypeScript
Zod is a TypeScript-first schema declaration and validation library. Zod tries to address TypeScript blindspot. TypeScript only does static type checking at compile time and doesn’t have any runtime checks at all. Zod lets us work around this by chec...
irousta.hashnode.dev6 min read