Namespace: emptyObj

just.emptyObj(objectopt) → {boolean}

Checks if an object has no direct keys.
Source:
core.js, line 878

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