export declare function unorderedList(list: RecursiveArray<string>): string;
Formats the elements in the array to an unordered list.
Parameters
RecursiveArray<string> list:
The array of elements to list
export declare function unorderedList(list: RecursiveArray<string>): string;
Formats the elements in the array to an unordered list.