UNPKG

@jplorg/jpl

Version:
19 lines (18 loc) 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _utils = require("../utils"); var _default = exports.default = { /** { pipe: [op] } */ op(runtime, input, target, params, scope, next) { return runtime.executeInstructions(params.pipe ?? [], [target], scope, next); }, /** { pipe: function } */ map(runtime, params) { return { pipe: (0, _utils.call)(params.pipe) }; } };