Skip to content

@miyue-mma/shared / isArray

函数: isArray()

ts
function isArray(arg): arg is any[]

判断是否为 array

参数

arg

any

返回

arg is any[]

Released under the MIT License.