mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-12 13:07:33 -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;
|
||||
|
||||
namespace slow { } // Hack
|
||||
namespace slow {} // Hack
|
||||
|
||||
export = slow;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue