UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

6 lines 284 B
import { FactoryAbstract } from './factory-abstract.js'; import { QueueRateLimit } from '../../queue-rate-limit/index.js'; export declare class RateLimitFactory extends FactoryAbstract { static create: () => QueueRateLimit; } //# sourceMappingURL=queue-rate-limit-factory.d.ts.map