@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 538 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.mergeAllProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const mergeall_js_1 = require("../../asynciterable/operators/mergeall.js");
/**
* @ignore
*/
function mergeAllProto(concurrent = Infinity) {
return (0, mergeall_js_1.mergeAll)(concurrent)(this);
}
exports.mergeAllProto = mergeAllProto;
asynciterablex_js_1.AsyncIterableX.prototype.mergeAll = mergeAllProto;
//# sourceMappingURL=mergeall.js.map