UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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