From 2116c3eb65377ee134f84dfcedfa13d5e59e810f Mon Sep 17 00:00:00 2001 From: ZAKARIA ELALAOUI <63521765+zakarialaoui10@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:22:54 +0100 Subject: [PATCH] Add Zod --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07c3bad9..be28d3aa 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Hegel](https://hegel.js.org/) - A static type checker for JavaScript with a bias on type inference an strong type system. * [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. ## Testing Frameworks