• Creates a duplicate-free version of an array, using SameValueZero for equality comparisons, in which only the first occurrence of each element is kept. The order of result values is determined by the order they occur in the array.

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 5,664 bytes
    • Micro-dash: 64 bytes

    Type Parameters

    • T

    Parameters

    • array: readonly T[]

    Returns T[]