Returns whether the given object is empty
the object to check
whether the given object is empty
isEmpty(null); // trueisEmpty(undefined); // trueisEmpty({}); // trueisEmpty('foobar'); // false Copy
isEmpty(null); // trueisEmpty(undefined); // trueisEmpty({}); // trueisEmpty('foobar'); // false
Returns whether the given object is empty