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