Skip to content

Instantly share code, notes, and snippets.

@chrisyip
Created October 6, 2014 16:31
Show Gist options
  • Save chrisyip/39b231663eebc22c73ed to your computer and use it in GitHub Desktop.
Save chrisyip/39b231663eebc22c73ed to your computer and use it in GitHub Desktop.
function isGenerator (input) {
return typeof input === 'function' && input.constructor.name === 'GeneratorFunction'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment