Returns true if an object is empty, null, or undefined.
Note that this is different than lodash's isEmpty method. Checking an empty array or empty string will result in false.
The object to test.
True if candidate is the empty object or null. False otherwise.
Returns true if an object is empty, null, or undefined.
Note that this is different than lodash's isEmpty method. Checking an empty array or empty string will result in false.