• Returns a new array with the unique elements of the given array, sorted.

    Type Parameters

    • T

    Parameters

    • list: T[]
    • Optional Rest ...iteratees: Many<ListIteratee<T>>[]

      The iteratees to sort by, specified individually or in arrays.

    Returns T[]