Skip to content

Function: isArray

isArray(arr): boolean

判断是否是数组

Parameters

NameType
arrany

Returns

boolean

Defined in

utils.ts:133

Released under the MIT License.