Skip to content

Instantly share code, notes, and snippets.

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