UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toMapProto = void 0; const tslib_1 = require("tslib"); const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const tomap_js_1 = require("../../asynciterable/tomap.js"); function toMapProto(options) { return tslib_1.__awaiter(this, void 0, void 0, function* () { return (0, tomap_js_1.toMap)(this, options); }); } exports.toMapProto = toMapProto; asynciterablex_js_1.AsyncIterableX.prototype.toMap = toMapProto; //# sourceMappingURL=tomap.js.map