UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 189 B
import { Observable } from '../../internal/Observable'; import { share } from '../../internal/patching/operator/share'; Observable.prototype.share = share; //# sourceMappingURL=share.js.map