UNPKG

nestjs-graphql-rate-limit

Version:

Rate Limit module with Redis storage support for NestJS GraphQL APIs

2 lines 245 B
export declare const RateLimit: (limit: number, ttl: number) => <TFunction extends Function, Y>(target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void; //# sourceMappingURL=rate-limit.d.ts.map