ix
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.shareProto = void 0;
const iterablex_js_1 = require("../../iterable/iterablex.js");
const share_js_1 = require("../../iterable/operators/share.js");
/**
* @ignore
*/
function shareProto(fn) {
return (0, share_js_1.share)(fn)(this);
}
exports.shareProto = shareProto;
iterablex_js_1.IterableX.prototype.share = shareProto;
//# sourceMappingURL=share.js.map