UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

4 lines 335 B
import type { ValueBag } from '../types'; export declare function getAsyncGeneratorFromArray(items: unknown[]): () => AsyncGenerator; export declare function getAsyncGeneratorFromFn(fn: (valueBag: ValueBag) => Promise<unknown> | unknown): (valueBag: ValueBag) => AsyncGenerator; //# sourceMappingURL=getAsyncGeneratorFromArray.d.ts.map