Skip to content

Instantly share code, notes, and snippets.

@kasper573
Created December 21, 2017 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kasper573/89f74b49299f96a7b073109a64b828f3 to your computer and use it in GitHub Desktop.
Save kasper573/89f74b49299f96a7b073109a64b828f3 to your computer and use it in GitHub Desktop.
function test (target: any, propertyKey?: string) {
debugger;
}
class App {
@test foo = 'bar';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment