Splits a string into an array of characters.
The string to split.
type Original = Split<"abc">; // ["a", "b", "c"] Copy
type Original = Split<"abc">; // ["a", "b", "c"]
Splits a string into an array of characters.