1 line
323 B
JSON
1 line
323 B
JSON
{"ast":null,"code":"import { operate } from '../util/lift';\nimport { createFind } from './find';\nexport function findIndex(predicate, thisArg) {\n return operate(createFind(predicate, thisArg, 'index'));\n}\n//# sourceMappingURL=findIndex.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]} |