1
0
mirror of https://github.com/seejohnrun/haste-server.git synced 2026-02-10 16:01:32 +00:00

add prettier

This commit is contained in:
Yusuf Yilmaz
2022-06-06 19:44:11 +02:00
parent 21aa23dd28
commit a5b0a98b3f
19 changed files with 94 additions and 92 deletions
+4 -5
View File
@@ -30,11 +30,11 @@ declare module 'rethinkdbdash' {
declare module 'connect-ratelimit' {
function connectRateLimit(
as: RateLimits,
as: RateLimits
): (
req: express.Request,
res: express.Response,
next: express.NextFunction,
next: express.NextFunction
) => void
export = connectRateLimit
@@ -47,11 +47,10 @@ declare namespace Express {
}
declare module 'st' {
type ConnectSt = {
path: string
content: { maxAge : number }
passthrough? : boolean
content: { maxAge: number }
passthrough?: boolean
index: boolean | string
}