UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toArrayProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const toarray_js_1 = require("../../asynciterable/toarray.js"); /** * @ignore */ function toArrayProto() { return (0, toarray_js_1.toArray)(this); } exports.toArrayProto = toArrayProto; asynciterablex_js_1.AsyncIterableX.prototype.toArray = toArrayProto; //# sourceMappingURL=toarray.js.map