Returns whether the given object is not empty
the object to check
whether the given object is not empty
isNotEmpty('foobar'); // trueisNotEmpty([undefined, null]); // true Copy
isNotEmpty('foobar'); // trueisNotEmpty([undefined, null]); // true
Returns whether the given object is not empty