mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-25 03:17:38 -07:00
Fix typo
This commit is contained in:
parent
c5f1faf4fd
commit
15ff08fd5d
1 changed files with 1 additions and 1 deletions
2
src/@types/koa-slow.d.ts
vendored
2
src/@types/koa-slow.d.ts
vendored
|
@ -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 a new issue