UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

4 lines 272 B
import type { PipeGenericParams } from '../types'; import { type OperatorApplier } from './helpers/operatorHelpers'; export declare function parallel(params: PipeGenericParams[], operatorAppliers: OperatorApplier[]): OperatorApplier; //# sourceMappingURL=parallel.d.ts.map