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