From 9fa28b2086c5f56c4d470b17bb10d97739b1b5c3 Mon Sep 17 00:00:00 2001 From: Schalk Venter Date: Sat, 6 Jan 2024 08:02:13 +0200 Subject: [PATCH] Adds `zod-dev` utility to eco-system section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9e656f95..d9a61b395 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,7 @@ There are a growing number of tools that are built atop or support Zod natively! #### Utilities for Zod +- [`zod-dev`](https://github.com/schalkventer/zod-dev): Conditionally disables Zod run-time parsing in production. - [`zod_utilz`](https://github.com/JacobWeisenburger/zod_utilz): Framework agnostic utilities for Zod. - [`zod-sandbox`](https://github.com/nereumelo/zod-sandbox): Controlled environment for testing zod schemas. [Live demo](https://zod-sandbox.vercel.app/).