Skip to content

Instantly share code, notes, and snippets.

@azder
Created September 17, 2016 21:47
Show Gist options
  • Save azder/dc0d7b7842bc9c139ca5f60385f177a3 to your computer and use it in GitHub Desktop.
Save azder/dc0d7b7842bc9c139ca5f60385f177a3 to your computer and use it in GitHub Desktop.
isgen
const isgen = (
fn => fn instanceof Object.getPrototypeOf(function*(){}).constructor
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment