Spaces:
Runtime error
Runtime error
| import type { Request, Response, NextFunction } from 'express'; | |
| export declare function createProxyRateLimiter(): (req: Request, res: Response, next: NextFunction) => void; | |
| //# sourceMappingURL=rateLimit.d.ts.map |