mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-27 19:22:47 +00:00
Merge pull request #10503 from eknkc/koa-static-patch
Fix error TS2497 on import * as X from 'koa-static
This commit is contained in:
commit
aa71d64edb
2
koa-static/koa-static.d.ts
vendored
2
koa-static/koa-static.d.ts
vendored
@ -46,6 +46,6 @@ declare module "koa-static" {
|
||||
*/
|
||||
gzip?: boolean;
|
||||
}): { (ctx: Koa.Context, next?: () => any): any };
|
||||
|
||||
namespace serve{}
|
||||
export = serve;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user