UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 167 B
import { SwitchSignature } from '../../operator/switch'; declare module '../../Observable' { interface Observable<T> { switch: SwitchSignature<T>; } }