Namespace: emptyObj

just.emptyObj(objectopt) → {boolean}

Checks if an object has no direct keys.
Source:
isEmptyObject.js, line 12

Parameters:

NameTypeDefaultDescription
object
[optional]
AnyObject(object)Some object.

Returns:

`true` if the object doesn't contain owned properties, `false` otherwise.
Type
boolean