UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

12 lines (8 loc) 238 B
import { Observable } from 'rxjs'; import { window } from '../../operator/window'; (Observable as any).prototype.window = window; declare module 'rxjs/internal/Observable' { interface Observable<T> { window: typeof window; } }