caminho
Version:
Tool for creating efficient data pipelines in a JavaScript environment
4 lines • 335 B
TypeScript
import type { ValueBag, PipeGenericParams } from '../types';
export declare function getNewValueBag(oldValueBag: ValueBag, toProvide: string, newValue: unknown): any;
export declare function buildValueBagAccumulator(pipesParams: PipeGenericParams[]): (valueBags: ValueBag[]) => PipeGenericParams;
//# sourceMappingURL=valueBag.d.ts.map