unorderedList

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