From ca7b03222764496d72085b1178fa22f4a57fe579 Mon Sep 17 00:00:00 2001 From: Jake Fenley <53970556+JakeFenley@users.noreply.github.com> Date: Mon, 22 May 2023 02:18:04 +0100 Subject: [PATCH] FMC (#2346) Co-authored-by: Colin McDonnell --- README.md | 1 + deno/lib/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e966d7045..ce25eaa5c 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@zodios/core`](/~https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod. - [`express-zod-api`](/~https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. - [`tapiduck`](/~https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler. +- [`koa-zod-router`](/~https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. #### Form integrations diff --git a/deno/lib/README.md b/deno/lib/README.md index e966d7045..ce25eaa5c 100644 --- a/deno/lib/README.md +++ b/deno/lib/README.md @@ -443,6 +443,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@zodios/core`](/~https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod. - [`express-zod-api`](/~https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares. - [`tapiduck`](/~https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler. +- [`koa-zod-router`](/~https://github.com/JakeFenley/koa-zod-router): Create typesafe routes in Koa with I/O validation using Zod. #### Form integrations