Skip to content

Instantly share code, notes, and snippets.

@vldvel
Created March 1, 2018 08:13
Show Gist options
  • Save vldvel/61dfd78d9b4314e8ce546fa3f5febff4 to your computer and use it in GitHub Desktop.
Save vldvel/61dfd78d9b4314e8ce546fa3f5febff4 to your computer and use it in GitHub Desktop.
class MyClass {
*generator() {}
* generator() {}
}
const obj = {
*generator() {}
* generator() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment