ix
Version:
The Interactive Extensions for JavaScript
15 lines (13 loc) • 426 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const map_1 = require("../../asynciterable/map");
/**
* @ignore
*/
function mapProto(selector, thisArg) {
return map_1.map(this, selector, thisArg);
}
exports.mapProto = mapProto;
asynciterablex_1.AsyncIterableX.prototype.map = mapProto;
//# sourceMappingURL=map.js.map