TypeScript 高级技巧
用了一段时间的 typescript 之后,深感中大型项目中 typescript 的必要性,它能够提前在编译期避免许多 bug,如很恶心的拼写问题。而越来越多的 package 也开始使用 ts,学习 ts 已是势在必行。以下是我在工作中总结到的比较实用的 typescript 技巧。本文链接: shanyue.tech/post/ts-tip…01 keyofkeyof 与 Obje...