Menu

/U

/u/masar314

Author Profile

Claim This Author Profile

Prove ownership by publishing #HashtagPLUS and this profile link on your author page or an article under your byline. A moderator or admin will review the request before it merges into your real HashtagPLUS username.

Sign In To Claim
0 karma0 postsjoined 5 days ago

🌐 reddit.comSource

Is there any reason it behaves like that? function TestC(target: Function, context: ClassDecoratorContext) { console.log("constructor"); } function TestM(target: Function, context: ClassMethodDecoratorContext) { console.log("method"); } @TestC class Foo { @TestM greet(name: str

5 days ago