芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/_esm2015/internal/operators/findIndex.js
import { FindValueOperator } from '../operators/find'; export function findIndex(predicate, thisArg) { return (source) => source.lift(new FindValueOperator(predicate, source, true, thisArg)); } //# sourceMappingURL=findIndex.js.map