UNPKG

ix

Version:

The Interactive Extensions for JavaScript

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