4016b0464a6b0db28d526c56e8bb7098b92d75a924028a317866e14fda5b73b2113208eb75591ab5e4c1f226085b604056ec971057ddb89c7fad1670cc945b 225 B

123456
  1. import { operate } from '../util/lift';
  2. import { createFind } from './find';
  3. export function findIndex(predicate, thisArg) {
  4. return operate(createFind(predicate, thisArg, 'index'));
  5. }
  6. //# sourceMappingURL=findIndex.js.map