Validates if the given object is empty, that is that it has no enumerable properties.
Note that null
and undefined
comply with this definition of 'empty'. The behavior for non-object values is undefined and might change in future.
Param | Type | Default Value | Description |
---|---|---|---|
obj | Object | the object which is checked |
Method | Description |
---|