Skip to content

Function: looseIsArray()

ts
function 
looseIsArray
<
T
>(
arr
):
arr
is readonly
T
[];

Defined in: index.ts:3

Type Parameters

Type Parameter

T

Parameters

ParameterType

arr

any

Returns

arr is readonly T[]

在 MIT 许可证下发布