redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
5 lines • 504 B
TypeScript
import { InvalidExchangeParametersError } from '../../errors/index.js';
import { EExchangeType, IExchangeParams, IExchangeParsedParams } from '../types/index.js';
export declare function _parseExchangeParams(exchange: string | IExchangeParams, type: EExchangeType): IExchangeParsedParams | InvalidExchangeParametersError;
export declare function _getExchangeParams(exchange: string | IExchangeParams): IExchangeParams | InvalidExchangeParametersError;
//# sourceMappingURL=_parse-exchange-params.d.ts.map