Skip to content

Instantly share code, notes, and snippets.

@ilyachenko
Last active June 21, 2016 13:43
Show Gist options
  • Save ilyachenko/1034ac52d47adc7866f06e91f346b75e to your computer and use it in GitHub Desktop.
Save ilyachenko/1034ac52d47adc7866f06e91f346b75e to your computer and use it in GitHub Desktop.
Showing the top six matches.
export default function typeOf(obj) {
return Object.prototype.toString.call(obj).slice(8, -1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment