Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/arrays
isNonEmptyArray
Function isNonEmptyArray
isNonEmptyArray
<
T
>
(
obj
:
undefined
|
null
|
T
[]
)
:
obj
is
T
[]
Type Parameters
T
Parameters
obj
:
undefined
|
null
|
T
[]
Returns
obj
is
T
[]
True if the provided object is an array and has at least one element.
isNonEmptyArray
<
T
>
(
obj
:
undefined
|
null
|
readonly
T
[]
)
:
obj
is
readonly
T
[]
Type Parameters
T
Parameters
obj
:
undefined
|
null
|
readonly
T
[]
Returns
obj
is
readonly
T
[]
True if the provided object is an array and has at least one element.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...