UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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