UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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