Utilities for object
David Hsing
Returns whether all the elements in the given objects are empty
Optional
The objects to check
whether all the elements in the given objects are empty
allEmpty([null, undefined]); // trueallEmpty([null, {}]); // true Copy
allEmpty([null, undefined]); // trueallEmpty([null, {}]); // true
Utilities for object
Author
David Hsing