Skip to content

Instantly share code, notes, and snippets.

@EntwistleOx
Forked from juanbrujo/CheckEmptyObject.js
Created July 23, 2021 00:58
Show Gist options
  • Save EntwistleOx/a8621bba3a1c1be14f4f9af448e00fd7 to your computer and use it in GitHub Desktop.
Save EntwistleOx/a8621bba3a1c1be14f4f9af448e00fd7 to your computer and use it in GitHub Desktop.
const 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