Skip to content

Commit f5492ca

Browse files
committed
feat: 2020.10.25
1 parent d286ac3 commit f5492ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cute-Gist/TypeScript/Decorator.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// 参考文章:https://blog.csdn.net/kuangshp128/article/details/98489691
2+
13
// 类装饰器
24
function classDecorator(target: any) {
35
console.log(target)

0 commit comments

Comments
 (0)