UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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