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