Skip to content

Instantly share code, notes, and snippets.

@selimtan
Created October 10, 2017 12:13
Show Gist options
  • Save selimtan/223777bc37dcb09ad985b1f7fa39fb92 to your computer and use it in GitHub Desktop.
Save selimtan/223777bc37dcb09ad985b1f7fa39fb92 to your computer and use it in GitHub Desktop.
export class Person {
public sayHello() {
console.log('Hello');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment