Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / operators / switchAll.d.ts
1 import { OperatorFunction, ObservableInput } from '../types';
2 export declare function switchAll<T>(): OperatorFunction<ObservableInput<T>, T>;
3 export declare function switchAll<R>(): OperatorFunction<any, R>;