some deletions
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / findIndex.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/findIndex.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/rxjs/_esm5/internal/operators/findIndex.js
deleted file mode 100644 (file)
index 536c949..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/** PURE_IMPORTS_START _operators_find PURE_IMPORTS_END */
-import { FindValueOperator } from '../operators/find';
-export function findIndex(predicate, thisArg) {
-    return function (source) { return source.lift(new FindValueOperator(predicate, source, true, thisArg)); };
-}
-//# sourceMappingURL=findIndex.js.map