UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 305 B
import { IterableX } from '../../iterable/iterablex.js'; import { flatMap } from '../../iterable/operators/flatmap.js'; /** * @ignore */ export function flatMapProto(fn, thisArg) { return flatMap(fn, thisArg)(this); } IterableX.prototype.flatMap = flatMapProto; //# sourceMappingURL=flatmap.js.map