some deletions
[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
deleted file mode 100644 (file)
index ae104cf..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/** 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