UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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