UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

4 lines 279 B
import type { OnStepStarted, ValueBag } from '../types'; export type InternalOnStepStarted = (valueBags: ValueBag[]) => void; export declare function getOnStepStarted(name: string, onStepStarted?: OnStepStarted): InternalOnStepStarted; //# sourceMappingURL=onStepStarted.d.ts.map