From fee501517ec4d7c9813335f17571b388ccd9111d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bedirhan=20G=C3=BCne=C5=9F?= <38405706+theleaks@users.noreply.github.com> Date: Tue, 31 Jan 2023 05:38:53 +0300 Subject: [PATCH] Add yup (#1214) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3e36b9b..e706fc0 100644 --- a/readme.md +++ b/readme.md @@ -574,6 +574,7 @@ - [schema-inspector](https://github.com/schema-inspector/schema-inspector) - JSON API sanitization and validation. - [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. ### Parsing