@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 310 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { share } from '../../asynciterable/operators/share.js';
/**
* @ignore
*/
export function shareProto(selector) {
return share(selector)(this);
}
AsyncIterableX.prototype.share = shareProto;
//# sourceMappingURL=share.js.map