blob: d59c5f8c377853f2264d5d92b83b919bb3250ff2 [file] [log] [blame]
import { operate } from '../util/lift';
import { createFind } from './find';
export function findIndex(predicate, thisArg) {
return operate(createFind(predicate, thisArg, 'index'));
}
//# sourceMappingURL=findIndex.js.map