UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines (3 loc) 177 B
import { OperatorFunction } from '../../internal/types'; import { Observable } from '../Observable'; export declare function switchAll<T>(): OperatorFunction<Observable<T>, T>;