UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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