UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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