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, 6 insertions, 0 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js b/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js new file mode 100644 index 0000000..d59c5f8 --- /dev/null +++ b/node_modules/rxjs/dist/esm5/internal/operators/findIndex.js @@ -0,0 +1,6 @@ +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 |
