some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm2015 / internal / operators / toArray.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm2015/internal/operators/toArray.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm2015/internal/operators/toArray.js
deleted file mode 100644 (file)
index 98effe7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-import { reduce } from './reduce';
-function toArrayReducer(arr, item, index) {
-    if (index === 0) {
-        return [item];
-    }
-    arr.push(item);
-    return arr;
-}
-export function toArray() {
-    return reduce(toArrayReducer, []);
-}
-//# sourceMappingURL=toArray.js.map
\ No newline at end of file