ix
Version:
The Interactive Extensions for JavaScript
15 lines (13 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const asynciterablex_1 = require("../../asynciterable/asynciterablex");
const share_1 = require("../../asynciterable/share");
/**
* @ignore
*/
function shareProto(selector) {
return share_1.share(this, selector);
}
exports.shareProto = shareProto;
asynciterablex_1.AsyncIterableX.prototype.share = shareProto;
//# sourceMappingURL=share.js.map