Difficulty in understanding decorator output using typescript

前端 未结 0 947
醉酒成梦
醉酒成梦 2021-01-05 03:22

I am having hard time understanding this code.

function Console(target) {
  console.log(\'Our decorated class\', target);
}

@Console
class ExampleClass {
  c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题