UNPKG

nest-ratelimiter

Version:

Distributed consistent flexible NestJS rate limiter based on Redis

3 lines (2 loc) 222 B
import { DECORATOR_PARAMS_TOKEN, RateLimiterParams } from './params'; export declare function RateLimiter(...params: RateLimiterParams[] | [false]): import("@nestjs/common").CustomDecorator<typeof DECORATOR_PARAMS_TOKEN>;