UNPKG

@remax/framework-shared

Version:

使用真正的 React 构建跨平台小程序

3 lines (2 loc) 192 B
export declare function find<P>(list: P[], predicate: (value: P, i: number, list: P[]) => boolean): P | undefined; export declare function includes<P>(list: P[], searchElement: any): boolean;