Skip to content
目录

useIsArray

判断是否为数组。

参数

ts
function useIsArray(val: any): boolean

Released under the MIT License.