This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-23 13:50:10 +09:00 committed by GitHub
parent c5f1faf4fd
commit 15ff08fd5d

View file

@ -8,7 +8,7 @@ declare module 'koa-slow' {
function slow(options?: ISlowOptions): Middleware;
namespace slow { } // Hack
namespace slow {} // Hack
export = slow;
}