Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / switchAll.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/switchAll.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/switchAll.js
new file mode 100644 (file)
index 0000000..ae104cf
--- /dev/null
@@ -0,0 +1,7 @@
+/** PURE_IMPORTS_START _switchMap,_util_identity PURE_IMPORTS_END */
+import { switchMap } from './switchMap';
+import { identity } from '../util/identity';
+export function switchAll() {
+    return switchMap(identity);
+}
+//# sourceMappingURL=switchAll.js.map