Fix error TS2497 on import * as X from 'koa-static

This commit is contained in:
Ekin Koc
2016-08-07 22:56:32 +03:00
committed by GitHub
parent bc38caf4c4
commit d765fdbf25

View File

@@ -46,6 +46,6 @@ declare module "koa-static" {
*/
gzip?: boolean;
}): { (ctx: Koa.Context, next?: () => any): any };
namespace serve{}
export = serve;
}