UNPKG

redis-smq-common

Version:

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

3 lines 225 B
import { ICallback } from './types/index.js'; export declare function map<T, R>(items: T[], operation: (item: T, cb: ICallback<R>) => void, chunkSize: number, callback: ICallback<R[]>): void; //# sourceMappingURL=map.d.ts.map