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