ix
Version:
The Interactive Extensions for JavaScript
15 lines (13 loc) • 468 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const tomap_1 = require("../../asynciterable/tomap");
/**
* @ignore
*/
function toMapProto(keySelector, elementSelector) {
return tomap_1.toMap(this, keySelector, elementSelector);
}
exports.toMapProto = toMapProto;
asynciterablex_1.AsyncIterableX.prototype.toMap = toMapProto;
//# sourceMappingURL=tomap.js.map