summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/operators/switchAll.d.ts
blob: a184147d345cf27ff3e4a9e1a1558d63e34481ef (plain)
1
2
3
import { OperatorFunction, ObservableInput } from '../types';
export declare function switchAll<T>(): OperatorFunction<ObservableInput<T>, T>;
export declare function switchAll<R>(): OperatorFunction<any, R>;