isObjectEmpty checking snippet
ramaiahkethana opened this issue · 2 comments
ramaiahkethana commented
isObjectEmpty will check the object empty or not.
Example:
isObjectEmpty({}) // true
isObjectEmpty({ a: 1 }) // false
ramaiahkethana commented
Got it @Trinityyi .