UNPKG

@reactivex/ix-es2015-cjs

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shareProto = void 0; const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js"); const share_js_1 = require("../../asynciterable/operators/share.js"); /** * @ignore */ function shareProto(selector) { return (0, share_js_1.share)(selector)(this); } exports.shareProto = shareProto; asynciterablex_js_1.AsyncIterableX.prototype.share = shareProto; //# sourceMappingURL=share.js.map