1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 09:06:17 +02:00
This commit is contained in:
Acid Chicken (硫酸鶏)
2019-03-23 13:50:10 +09:00
committed by GitHub
parent 5dc92d7a40
commit 6c85adcf23

View File

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