Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / internal / operators / catchError.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/catchError.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/internal/operators/catchError.d.ts
new file mode 100644 (file)
index 0000000..3c4759b
--- /dev/null
@@ -0,0 +1,3 @@
+import { Observable } from '../Observable';
+import { ObservableInput, OperatorFunction, ObservedValueOf } from '../types';
+export declare function catchError<T, O extends ObservableInput<any>>(selector: (err: any, caught: Observable<T>) => O): OperatorFunction<T, T | ObservedValueOf<O>>;