koa-zod-router a wrapper for koa-router which utilises zod for type safety and schema validation #1899
JakeFenley
started this conversation in
Show and tell
Replies: 1 comment
-
Hello amazing zod maintainers, I've had this working in production for awhile now and the amount of users I have seems to be growing. could i have your permission to make a PR and add this to the README please? 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I built this package after using koa-joi-router for I/O validation, and as good as Joi is the main thing it lacks of course is type inference. It aims to use a similar feature set to koa-joi-router (built in body parser, multipart parsing, wraps koa-router) but instead of joi it leverages the awesome power of zod for type safety. If interested please check it out here!
Beta Was this translation helpful? Give feedback.
All reactions