UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 192 B
import { Observable } from '../../Observable'; import { shareReplay } from '../../operator/shareReplay'; Observable.prototype.shareReplay = shareReplay; //# sourceMappingURL=shareReplay.js.map