Skip to content

Instantly share code, notes, and snippets.

@olivierpicault
Created December 3, 2019 11:46
Show Gist options
  • Save olivierpicault/e96a33042601b463343fa6687bba8594 to your computer and use it in GitHub Desktop.
Save olivierpicault/e96a33042601b463343fa6687bba8594 to your computer and use it in GitHub Desktop.
export default function isObject (variable) {
return variable.constructor === Object
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment