UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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