Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / operators / findIndex.js
1 /** PURE_IMPORTS_START _operators_find PURE_IMPORTS_END */
2 import { FindValueOperator } from '../operators/find';
3 export function findIndex(predicate, thisArg) {
4     return function (source) { return source.lift(new FindValueOperator(predicate, source, true, thisArg)); };
5 }
6 //# sourceMappingURL=findIndex.js.map