UNPKG

redis-smq

Version:

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

3 lines 202 B
import { IRedisSMQConfig, IRedisSMQParsedConfig } from './types/index.js'; export declare function parseConfig(config: IRedisSMQConfig): IRedisSMQParsedConfig; //# sourceMappingURL=parse-config.d.ts.map