UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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