isArrayNotEmpty
Generic types: | T |
Returns true if the value IS NOT null and IS NOT undefined and IS an array and IS NOT an empty array.
Presentation
function isArrayNotEmpty (value: unknown): boolean;
Returns
boolean
Parameters
Name | Type | Description |
---|---|---|
value | unknown |