Skip to content

Instantly share code, notes, and snippets.

@bitfishxyz
Created February 13, 2020 12:34
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 bitfishxyz/e5b4892db8f881da108bfe6c4f5a3810 to your computer and use it in GitHub Desktop.
Save bitfishxyz/e5b4892db8f881da108bfe6c4f5a3810 to your computer and use it in GitHub Desktop.
function isNative (Ctor){
return typeof Ctor === 'function' && /native code/.test(Ctor.toString())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment