UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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