Fix typo
This commit is contained in:
parent
5dc92d7a40
commit
6c85adcf23
|
@ -8,7 +8,7 @@ declare module 'koa-slow' {
|
||||||
|
|
||||||
function slow(options?: ISlowOptions): Middleware;
|
function slow(options?: ISlowOptions): Middleware;
|
||||||
|
|
||||||
namespace slow { } // Hack
|
namespace slow {} // Hack
|
||||||
|
|
||||||
export = slow;
|
export = slow;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue