Skip to content

Commit

Permalink
FMC (#2346)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
  • Loading branch information
JakeFenley and colinhacks committed May 22, 2023
1 parent 4f75cbc commit ca7b032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions deno/lib/README.md
Expand Up @@ -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

Expand Down

0 comments on commit ca7b032

Please sign in to comment.