From 77253828cd6e28079eeccec3f53ba7f4ffc7505f Mon Sep 17 00:00:00 2001 From: mysticwillz Date: Mon, 18 Aug 2025 01:59:19 +0100 Subject: [PATCH] feat: add yup to Type Checkers section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa77a0e0..34a9fe66 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference. * [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures. * [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with built-in static type inference. +* [Yup](https://github.com/jquense/yup) - JavaScript schema builder and validator. ## Testing Frameworks