blob: afa8c007f245bbf52ef6d0a2ee3caca7c6c700a8 [file] [log] [blame]
import { Observable } from '../../Observable';
import { shareReplay } from '../../operator/shareReplay';
Observable.prototype.shareReplay = shareReplay;
//# sourceMappingURL=shareReplay.js.map