UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

19 lines (17 loc) 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.reduceProto = void 0; const tslib_1 = require("tslib"); const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const reduce_js_1 = require("../../asynciterable/reduce.js"); /** * @ignore */ function reduceProto(options) { return tslib_1.__awaiter(this, void 0, void 0, function* () { return (0, reduce_js_1.reduce)(this, options); }); } exports.reduceProto = reduceProto; asynciterablex_js_1.AsyncIterableX.prototype.reduce = reduceProto; //# sourceMappingURL=reduce.js.map