UNPKG

zent

Version:

一套前端设计语言和基于React的实现

3 lines (2 loc) 183 B
import { ListIterator } from './types'; export default function findIndex<T>(array: ArrayLike<T> | null | undefined, predicate: ListIterator<T, boolean>, fromIndex?: number): number;