Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: @types/depd and @types/koa should be dependencies (#257)
index.d.ts dependency on them ```ts import KoaApplication = require('koa'); import depd = require('depd'); ```
- Loading branch information