UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.mapProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const map_js_1 = require("../../asynciterable/operators/map.js"); /** * @ignore */ function mapProto(selector, thisArg) { return new map_js_1.MapAsyncIterable(this, selector, thisArg); } exports.mapProto = mapProto; asynciterablex_js_1.AsyncIterableX.prototype.map = mapProto; //# sourceMappingURL=map.js.map