Transform Union type to Tuple type in TypeScript. Let's say you have a Union , and you want to convert it to ExpectedArray. type Union = "one" | "two" ...
確定! 回上一頁