#validation
Read more stories on Hashnode
Articles with this tag
Installation/Update npm i ajv-ts@latest # npm yarn add ajv-ts@latest # yarn pnpm add ajv-ts@latest # pnpm bun add ajv-ts@latest # bun New...
New Features Now schema builder supports custom error messages. import s from 'ajv-ts' const num = s.number().error('cannot be not a number') const...
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...