Skip to content

Instantly share code, notes, and snippets.

@psynewave
Created August 25, 2020 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psynewave/a1281e5d5266803fa3afcf0a076e110c to your computer and use it in GitHub Desktop.
Save psynewave/a1281e5d5266803fa3afcf0a076e110c to your computer and use it in GitHub Desktop.
Check if an Object is Empty
var checkIfObjectEmpty = obj => Object.keys(obj).length === 0 && obj.constructor === Object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment