UNPKG

caminho

Version:

Tool for creating efficient data pipelines in a JavaScript environment

11 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBatch = isBatch; exports.applyOperator = applyOperator; function isBatch(params) { return !!params?.batch; } function applyOperator(observable, operatorApplier, runId) { return operatorApplier(runId)(observable); } //# sourceMappingURL=operatorHelpers.js.map