UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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