Skip to content

Instantly share code, notes, and snippets.

@iamaamir
Created December 16, 2021 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamaamir/5730eb2c5c498c30f9a247fa1c472c54 to your computer and use it in GitHub Desktop.
Save iamaamir/5730eb2c5c498c30f9a247fa1c472c54 to your computer and use it in GitHub Desktop.
function betterTypeOf (obj) {
return Object.prototype.toString.call(obj).slice(8, -1).toLowerCase();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment