UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

3 lines 255 B
import { ExchangeInvalidFanOutParamsError } from '../../errors/index.js'; export declare function _validateExchangeFanOutParams(fanOutName: string): string | ExchangeInvalidFanOutParamsError; //# sourceMappingURL=_validate-exchange-fan-out-params.d.ts.map