UNPKG

ts-flex-query

Version:
7 lines 282 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pipeExpression = pipeExpression; function pipeExpression(input, ...operators) { return operators.reduce((expr, op) => op.instantiate(expr), input); } //# sourceMappingURL=pipe-expression.js.map