Skip to content

Instantly share code, notes, and snippets.

@lovetingyuan
Created December 3, 2018 06:44
Show Gist options
  • Save lovetingyuan/088534e9bd74eb6eeb50293be2cee4e2 to your computer and use it in GitHub Desktop.
Save lovetingyuan/088534e9bd74eb6eeb50293be2cee4e2 to your computer and use it in GitHub Desktop.
is it a native class?
function isNativeClass(v) {
return !Function.prototype.toString.call(v).indexOf('class')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment