UNPKG

redis-smq

Version:

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

4 lines 306 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IExchangeParams } from '../../types/index.js'; export declare function _getRoutingPatterns(redisClient: IRedisClient, exchange: string | IExchangeParams, cb: ICallback<string[]>): void; //# sourceMappingURL=_get-routing-patterns.d.ts.map