UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 339 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { MapAsyncIterable } from '../../asynciterable/operators/map'; /** * @ignore */ export function mapProto(selector, thisArg) { return new MapAsyncIterable(this, selector, thisArg); } AsyncIterableX.prototype.map = mapProto; //# sourceMappingURL=map.mjs.map