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