• Sort array of strings in A-Z order.

    Parameters

    • sortable: string[]

      Array of string to organize.

    Returns string[]

    • Array of sorted strings.

Generated using TypeDoc