Vitaminaq / interview-collection

前端面试合集
3 stars 0 forks source link

对ts泛型的理解 #25

Open Vitaminaq opened 2 years ago

Vitaminaq commented 2 years ago
  1. 字面理解,比较宽泛的类型。
  2. 在使用时才确定的类型。
  3. 可以使用extend,但与interface的区别是:interface是为了拓展类型,它是为了更小的约束类型。