Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bruno-brant/b6943ff8bbab08d6db3f3c463dc10794 to your computer and use it in GitHub Desktop.
Save bruno-brant/b6943ff8bbab08d6db3f3c463dc10794 to your computer and use it in GitHub Desktop.
ES6 Classes Aren't Type Definitions
class Greeter {
sayHello(name) {
return "Hello, " + name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment