diff options
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/operators/findIndex.js')
| -rw-r--r-- | node_modules/rxjs/dist/esm5/internal/operators/findIndex.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js b/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js deleted file mode 100644 index d59c5f8..0000000 --- a/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js +++ /dev/null @@ -1,6 +0,0 @@ -import { operate } from '../util/lift'; -import { createFind } from './find'; -export function findIndex(predicate, thisArg) { - return operate(createFind(predicate, thisArg, 'index')); -} -//# sourceMappingURL=findIndex.js.map
\ No newline at end of file |
