UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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