redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
5 lines • 307 B
TypeScript
import { ICallback } from './types/index.js';
export declare function withCallbackList<S extends unknown[], T>(setups: {
[K in keyof S]: (cb: ICallback<S[K]>) => void;
}, operation: (resources: S, cb: ICallback<T>) => void, callback: ICallback<T>): void;
//# sourceMappingURL=with-callback-list.d.ts.map