Hex Core JS
    Preparing search index...

    Function filterUnique

    • Returns an array with duplicates removed from the given array. Array order is stable and only the first instance of a repeated element is preserved, while subsequent duplicate elements are removed.

      Type Parameters

      • T

      Parameters

      • array: T[]

        The array to remove duplicates from.

      Returns T[]