Skip to content

Instantly share code, notes, and snippets.

@olivierpicault
Created December 3, 2019 15:07
Show Gist options
  • Save olivierpicault/ccde7efdcd42facefc4df70427bc622e to your computer and use it in GitHub Desktop.
Save olivierpicault/ccde7efdcd42facefc4df70427bc622e to your computer and use it in GitHub Desktop.
export default function isObject (variable) {
return Object.prototype.toString.call(variable) === '[object Object]'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment