This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-23 13:50:10 +09:00 committed by GitHub
parent 5dc92d7a40
commit 6c85adcf23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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