TypeScript Utils by Ian Macalinao
Preparing search index...
nonempty-array
isNEA
Function isNEA
isNEA
<
TItem
>
(
value
:
readonly
TItem
[]
)
:
value
is
NonEmptyArray
<
TItem
>
Checks if an array is a non-empty array.
Type Parameters
TItem
Parameters
value
:
readonly
TItem
[]
The array to check.
Returns
value
is
NonEmptyArray
<
TItem
>
Whether the array is a non-empty array.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
TypeScript Utils by Ian Macalinao
Loading...
Checks if an array is a non-empty array.