UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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