JakeFenley / koa-zod-router

Build typesafe routes for Koa with ease. Utilizes Typescript, Zod, and Koa-Router to provide an easy solution to I/O validation and type inference.
MIT License
57 stars 3 forks source link

Deprecated `koa-bodyparser` lib #55

Open jessedobbelaere opened 1 week ago

jessedobbelaere commented 1 week ago

Hi 👋 I noticed my typehints for ctx.request.body are not working since I moved my codebase to @koa/bodyparser

Could this package move to @koa/bodyparser too?

Let me know if I can help to create a PR 🙏