Namespace: isEmptyObject

just.isEmptyObject(objectopt) → {boolean}

Checks if an object has no direct keys.
Source:
just.js, line 994

Parameters:

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

Returns:

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