Skip to content

Instantly share code, notes, and snippets.

@gregpalaci
Created October 4, 2023 17:40
Show Gist options
  • Save gregpalaci/13949ff96465ef4e2d5184658658520b to your computer and use it in GitHub Desktop.
Save gregpalaci/13949ff96465ef4e2d5184658658520b to your computer and use it in GitHub Desktop.
isObject
const isObject = (value) => Object.prototype.toString.call(value) === '[object Object]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment