Function lowercaseSortedArray

  • Create a new array of lower-cased and sorted strings from another array.

    Parameters

    • items: string[]

      the items to lower-case and sort

    Returns string[]

    a new array of the lower-cased and sorted items

Generated using TypeDoc