redis-smq
Version:
A simple high-performance Redis message queue for Node.js.
4 lines • 309 B
TypeScript
import { ExchangeInvalidTopicParamsError } from '../../errors/index.js';
import { ITopicParams } from '../../types/index.js';
export declare function _getTopicExchangeParams(topic: ITopicParams | string): ITopicParams | ExchangeInvalidTopicParamsError;
//# sourceMappingURL=_get-topic-exchange-params.d.ts.map