{"ast":null,"code":"import { FindValueOperator } from '../operators/find';\nexport function findIndex(predicate, thisArg) {\n return source => source.lift(new FindValueOperator(predicate, source, true, thisArg));\n} //# sourceMappingURL=findIndex.js.map","map":null,"metadata":{},"sourceType":"module"}