Skip to content

Instantly share code, notes, and snippets.

@gene9
Forked from kasper573/decorator.ts
Created March 2, 2018 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gene9/9eb3665fdc7df3d51c5e1c7dd03ba10a to your computer and use it in GitHub Desktop.
Save gene9/9eb3665fdc7df3d51c5e1c7dd03ba10a 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