Compare commits

...

3 Commits

Author SHA1 Message Date
Everett Pompeii
cdb325a776 Merge 8fcb0e125a into 8b74d50fd8 2024-04-13 23:03:12 -07:00
Nivek Huang
8b74d50fd8 Add zod (#1271) 2024-04-11 14:05:06 +09:00
Everett Pompeii
8fcb0e125a Add Bencher 2024-04-04 11:40:12 -04: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
@@ -685,6 +686,7 @@
### Benchmarking
- [Benchmark.js](https://github.com/bestiejs/benchmark.js) - Benchmarking library that supports high-resolution timers and returns statistically significant results.
- [Bencher](https://github.com/bencherdev/bencher) - Suite of continuous benchmarking tools designed to catch performance regressions in CI.
### Minifiers