UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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