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