zod
https://github.com/colinhacks/zod
TypeScript
TypeScript-first schema validation with static type inference
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported2 Subscribers
Add a CodeTriage badge to zod
Help out
- Issues
- docs: update UUID helper list to show v4 as the default version
- fix(strict): reject own __proto__ keys in strict mode parsing
- fix(multipleOf): use ULP-based tolerance to reject near-multiple values
- fix: allow optional() and nullable() before in() for coerce booleans
- fix: validate object and record intersection key types correctly
- feat: add timezone offset option to z.iso.time() for RFC3339 full-time
- fix(exactOptional): skip coercion check for absent optional keys
- fix: remove non-tree-shakable locales namespace export from v4/core and v4/mini
- fix(looseRecord): pass through unrecognized keys in loose mode for closed key schemas
- fix(json-schema): handle BigInt default values in toJSONSchema
- Docs
- TypeScript not yet supported