UNPKG

redis-smq

Version:

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

3 lines 289 B
import { IConsumerOptions, IConsumerParsedOptions } from '../types/index.js'; export declare function _parseConsumerOptions(config: boolean | IConsumerOptions | undefined, defaultConfig: IConsumerParsedOptions): IConsumerParsedOptions; //# sourceMappingURL=_parse-consumer-options.d.ts.map