questions/00531-medium-string-to-union/README.md
Implement the String to Union type. Type take string argument. The output should be a union of input letters
For example
type Test = "123"
type Result = StringToUnion<Test> // expected to be "1" | "2" | "3"
<a href="../../README.md" target="_blank"></a> <a href="https://tsch.js.org/531/answer" target="_blank"></a> <a href="https://tsch.js.org/531/solutions" target="_blank"></a> <!--info-footer-end-->