UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

7 lines 354 B
import { IBackoffConfig, IBackoffParsedConfig } from './types/index.js'; export declare class BackoffConfig { protected static config: IBackoffParsedConfig; static setDefaultConfig(config: IBackoffConfig): Required<IBackoffConfig>; static parseConfig(cfg?: IBackoffConfig): IBackoffParsedConfig; } //# sourceMappingURL=backoff-config.d.ts.map