UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

7 lines 264 B
const stub = () => { }; export function getOnStepStarted(name, onStepStarted = stub) { return function internalOnStepStarted(valueBags) { onStepStarted({ name, valueBags, received: valueBags.length }); }; } //# sourceMappingURL=onStepStarted.js.map