daily-plan icon indicating copy to clipboard operation
daily-plan copied to clipboard

2020-04-11日计划

Open sl1673495 opened this issue 4 years ago • 3 comments

BoBo老师的算法课。

sl1673495 avatar Apr 11 '20 07:04 sl1673495

TS 中扩展全局类型的方法: // global.d.ts

declare global {
   type A = 'number'
}

然后 A 就可以在任何一个文件里不引入就使用了。

sl1673495 avatar Apr 11 '20 12:04 sl1673495

复习了TS的分布式条件类型

https://github.com/sl1673495/typescript-codes/blob/master/src/distribute-conditional-type.ts

sl1673495 avatar Apr 11 '20 13:04 sl1673495

CSS揭秘看了个开头

sl1673495 avatar Apr 12 '20 04:04 sl1673495