UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

4 lines 327 B
import { type OnStepFinished, type ValueBag } from '../types'; export type InternalOnStepFinished = (valueBags: ValueBag[], stepStartedAt: Date, error?: Error) => void; export declare function getOnStepFinished(name: string, onStepFinished?: OnStepFinished): InternalOnStepFinished; //# sourceMappingURL=onStepFinished.d.ts.map