UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

3 lines 238 B
import { ICallback } from './types/index.js'; export declare const eachOf: <T>(collection: T[], iteratee: (item: T, key: number, callback: ICallback<void>) => void, callback: ICallback<void>) => void; //# sourceMappingURL=each-of.d.ts.map