layui-vue/types/utils/arrayUtil.d.ts

2 lines
65 B
TypeScript
Raw Normal View History

2022-11-14 03:59:26 +00:00
export declare const check: (arr: any[], value: any) => boolean;