UNPKG

redis-smq

Version:

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

6 lines 276 B
import { FactoryAbstract } from './factory-abstract.js'; import { ExchangeTopic } from '../../exchange/index.js'; export declare class TopicExchangeFactory extends FactoryAbstract { static create: () => ExchangeTopic; } //# sourceMappingURL=topic-exchange-factory.d.ts.map