Skip to content

Instantly share code, notes, and snippets.

@gskachkov
Created June 12, 2017 07:22
Show Gist options
  • Save gskachkov/9d4773b7832faba01b955de672a6e77c to your computer and use it in GitHub Desktop.
Save gskachkov/9d4773b7832faba01b955de672a6e77c to your computer and use it in GitHub Desktop.
async function foo() {};
typeof foo === 'function'; //true
foo[Symbol.toStringTag] === 'AsyncFunction'; //true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment