Convert (string | string[])[] to string[][]. Elements of the input that are strings are converted to singletons.
(string | string[])[]
string[][]
Input rank
Generated using TypeDoc
Convert
(string | string[])[]tostring[][]. Elements of the input that are strings are converted to singletons.