TypeScript 中文文档
TypeScript 中文文档
/
参考手册
/
实用工具类型
/
ReturnType<Type>
构造一个由函数
Type
的返回类型组成的类型。
Constructs a type consisting of the return type of function
Type
.