Function uniq

  • Removes duplicate entries from the array and returns a new array

    Returns

    An array with no duplicates

    Parameters

    • value: unknown[]

      The array to inspect

    Returns unknown[]

Generated using TypeDoc