Checks if the object is empty
isEmpty({ a: 1 }); // false
isEmpty({}); // true
Generated using TypeDoc
Checks if the object is empty
Example
Example