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