跳转到内容

值的类型

TypeScript 中的”Type from Value”是指通过类型推断从值或表达式自动推断出类型。

const x = 'x'; // TypeScript 可以自动推断变量的类型是 string