实现一个通用工具类型 LengthOfString<T> ,计算字符串的长度。
LengthOfString<T>
例如:
type len = LengthOfString<'vortesnail'> // expected to be 10
TypeScript