Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / switchAll.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm2015/internal/operators/switchAll.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm2015/internal/operators/switchAll.js
new file mode 100644 (file)
index 0000000..f0db599
--- /dev/null
@@ -0,0 +1,6 @@
+import { switchMap } from './switchMap';
+import { identity } from '../util/identity';
+export function switchAll() {
+    return switchMap(identity);
+}
+//# sourceMappingURL=switchAll.js.map
\ No newline at end of file