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