@labkey/api
Preparing search index...
Utils
isArray
Variable isArray
Const
isArray
:
(
arg
:
any
)
=>
arg
is
any
[]
= Array.isArray
Returns true if the passed value is an Array.
Type Declaration
(
arg
:
any
)
:
arg
is
any
[]
Parameters
arg
:
any
Returns
arg
is
any
[]
Deprecated
Use
Array.isArray()
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@labkey/api
Loading...
Returns true if the passed value is an Array.