typeScript学习-TS类型-根类型

空白格k / 2023-08-11 / 原文

typeScript学习

根类型:

  Object:除了 null 和 undefined,其他类型都可以赋值给 Object 类型,简写{}。

Object, {}