UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

13 lines (11 loc) 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toMapProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const tomap_js_1 = require("../../iterable/tomap.js"); function toMapProto(options) { return (0, tomap_js_1.toMap)(this, options); } exports.toMapProto = toMapProto; iterablex_js_1.IterableX.prototype.toMap = toMapProto; //# sourceMappingURL=tomap.js.map