Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added an empty namespace in koa-bodyparser.d.ts
Without this, there will be `Module '"koa-bodyparser"' resolves to a non-module entity and cannot be imported using this construct. (2497)` error This solution is found (here)[microsoft/TypeScript#5073]. koa-json's `.d.ts` file has such namespace.
- Loading branch information