Skip to content

Instantly share code, notes, and snippets.

@ruichuang
Created July 25, 2017 19:30
Show Gist options
  • Save ruichuang/b9f76b22415fdebd94731d95e875fb9a to your computer and use it in GitHub Desktop.
Save ruichuang/b9f76b22415fdebd94731d95e875fb9a to your computer and use it in GitHub Desktop.
var toType = function(obj) {
return ({}).toString.call(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment