UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 268 B
import { IterableX } from '../../iterable/iterablex'; import { share } from '../../iterable/operators/share'; /** * @ignore */ export function shareProto(fn) { return share(fn)(this); } IterableX.prototype.share = shareProto; //# sourceMappingURL=share.mjs.map