mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-07 16:30:12 +08:00
fix 'can not find name' issue
This commit is contained in:
Vendored
+3
-2
@@ -130,6 +130,7 @@ declare module "koa" {
|
||||
onerror(err: any): void;
|
||||
}
|
||||
|
||||
let K: typeof Koa;
|
||||
export = K
|
||||
namespace Koa {}
|
||||
|
||||
export = Koa;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user