UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 292 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { flat } from '../../asynciterable/operators/flat'; /** * @ignore */ export function flatProto(depth) { return flat(depth)(this); } AsyncIterableX.prototype.flat = flatProto; //# sourceMappingURL=flat.mjs.map