UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 513 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flatProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const flat_js_1 = require("../../asynciterable/operators/flat.js"); /** * @ignore */ function flatProto(depth = -1, concurrent = Infinity) { return (0, flat_js_1.flat)(depth, concurrent)(this); } exports.flatProto = flatProto; asynciterablex_js_1.AsyncIterableX.prototype.flat = flatProto; //# sourceMappingURL=flat.js.map