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