UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

8 lines (7 loc) 251 B
import { shareReplay } from '../../internal/patching/operator/shareReplay'; declare module '../../internal/Observable' { interface Observable<T> { shareReplay: typeof shareReplay; shareReplay_persisted: typeof shareReplay; } }