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