just.emptyObj(objectopt) → {boolean}
Checks if an object has no direct keys.
- Source:
- isEmptyObject.js, line 12
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
| object [optional] | Any | Object(object) | Some object. |
Returns:
`true` if the object doesn't contain owned properties, `false` otherwise.
- Type
- boolean
