UNPKG

nestjs-rate-limiter

Version:

Highly configurable and extensible rate limiter library

3 lines (2 loc) 145 B
import { RateLimiterOptions } from './rate-limiter.interface'; export declare const RateLimit: (options: RateLimiterOptions) => MethodDecorator;