diff --git a/README.md b/README.md index ee033823..89d583da 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,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