Skip to content

Instantly share code, notes, and snippets.

@tjk
Created June 24, 2019 23:06
Show Gist options
  • Save tjk/eccfe04c1a4d4e6dfc200fbc95337d37 to your computer and use it in GitHub Desktop.
Save tjk/eccfe04c1a4d4e6dfc200fbc95337d37 to your computer and use it in GitHub Desktop.
class Action {
async run(): Promise<void> {
console.log("hello world action from gist")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment