UNPKG

rate-limiter-memory

Version:

Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM

10 lines (6 loc) 184 B
export class RateLimiterQueueError extends Error { constructor(message?: string, extra?: string); readonly name: string; readonly message: string; readonly extra: string; }