diff --git a/koa-bodyparser/koa-bodyparser.d.ts b/koa-bodyparser/koa-bodyparser.d.ts index 41688321997ed2..f8e1b25aae16cc 100644 --- a/koa-bodyparser/koa-bodyparser.d.ts +++ b/koa-bodyparser/koa-bodyparser.d.ts @@ -60,5 +60,6 @@ declare module "koa-bodyparser" { onerror?: (err: Error, ctx: Koa.Context) => void; }): { (ctx: Koa.Context, next?: () => any): any }; + namespace bodyParser {} export = bodyParser; }