UNPKG

redis-smq-common

Version:

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

3 lines 252 B
import { ICallback } from './types/index.js'; export declare const eachIn: <T>(collection: Record<string, T>, iteratee: (item: T, key: string, callback: ICallback<void>) => void, callback: ICallback<void>) => void; //# sourceMappingURL=each-in.d.ts.map