UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 337 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { flat } from '../../asynciterable/operators/flat.js'; /** * @ignore */ export function flatProto(depth = -1, concurrent = Infinity) { return flat(depth, concurrent)(this); } AsyncIterableX.prototype.flat = flatProto; //# sourceMappingURL=flat.js.map