Skip to content

Instantly share code, notes, and snippets.

@jamesliu96
Last active March 23, 2021 10:43
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 jamesliu96/4bb780aa8cbe06953a71fa19e359c574 to your computer and use it in GitHub Desktop.
Save jamesliu96/4bb780aa8cbe06953a71fa19e359c574 to your computer and use it in GitHub Desktop.
function isArrowFunction(f) { return typeof f === 'function' && typeof f.prototype === 'undefined' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment