UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

3 lines 182 B
import { ICallback } from './types/index.js'; export declare function exec<T>(operation: (cb: ICallback<T>) => void, callback: ICallback<T>): void; //# sourceMappingURL=exec.d.ts.map