Checks if an object is empty (null, undefined, or has no keys).
The object to check
True if the object is null, undefined, or has no enumerable keys
Checks if an object is empty (null, undefined, or has no keys).