UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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