Checks if an object has no direct keys.
- Source:
- core.js, line 994
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