UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

3 lines 228 B
import { OperatorFunction, ObservableInput, ObservedValueOf } from '../types'; export declare function switchAll<O extends ObservableInput<any>>(): OperatorFunction<O, ObservedValueOf<O>>; //# sourceMappingURL=switchAll.d.ts.map