UNPKG

redis-smq

Version:

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

5 lines 368 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../queue-manager/index.js'; import { IExchangeProperties } from '../types/index.js'; export declare function _getExchangeProperties(client: IRedisClient, exchange: IQueueParams, cb: ICallback<IExchangeProperties>): void; //# sourceMappingURL=_get-exchange-properties.d.ts.map