TS
TS
类型
- 布尔类型(boolean)
 - 数字类型(number)
 - 字符串类型(string)
 - 数组类型(array)
 - 元组类型(tuple)
 - 枚举类型(enum)
 - 任意类型(any)
 - 空值类型(void)
 - 对象类型(object)
 - 联合类型(union)
 - 类型断言(as)
 - 类型推断(infer)
 - 类型别名(type)
 - 类型兼容性(compatible)
 - 类型保护(protect)
 - 类型声明(declare)
 - 类型注解(annotate)
 
TS
      http://example.com/2024/06/10/TS/