UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

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