Zod is dead. Long live ajv-ts!
What is Zod
Zod is a schema-level validation library with first-class Typescript types support. I want examples! Okay, here you are. Let's imagine that we want to create an object `User` with email and password fields. Both are them - required.
// ex...
vitalicset.hashnode.dev6 min read