字符串转元组类型
StrToTuple<"123"> // ["1", "2", "3"] Copy
StrToTuple<"123"> // ["1", "2", "3"]
Generated using TypeDoc
字符串转元组类型