function unorderedList

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

Formats the elements in the array to an unordered list.

Constructors

constructor()

Parameters

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