Compare commits

..

2 Commits

Author SHA1 Message Date
aryankhanna475
3abcaf2137 Merge a72503ed26 into 8b74d50fd8 2024-04-13 23:03:16 -07:00
Nivek Huang
8b74d50fd8 Add zod (#1271) 2024-04-11 14:05:06 +09:00

View File

@@ -556,6 +556,7 @@
- [ajv](https://github.com/ajv-validator/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals.
- [Superstruct](https://github.com/ianstormtaylor/superstruct) - Simple and composable way to validate data in JavaScript (and TypeScript).
- [yup](https://github.com/jquense/yup) - Object schema validation.
- [zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with static type inference.
### Parsing