function unorderedList

export declare function unorderedList(list: RecursiveArray<string>): string;

Formats the elements in the array to an unordered list.

Parameters

list: RecursiveArray<string>
The array of elements to list