• Removes any duplicate values from the specified items array.

    Type Parameters

    • T

      Type of item in the specified items array.

    Parameters

    • items: T[]

      Array to remove duplicates from.

    Returns T[]

    Array of items with duplicates removed.