UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 189 B
import { publishReplay } from '../../operator/publishReplay'; declare module 'rxjs/internal/Observable' { interface Observable<T> { publishReplay: typeof publishReplay; } }