Function orderedList

  • Formats the elements in the array to an ordered list.

    Parameters

    • list: RecursiveArray<string>

      The array of elements to list

    • Optional startNumber: number

      The starting number for the list

    Returns string

Generated using TypeDoc