Function arrayUniq

  • Strips the given array of duplicate values.

    Type Parameters

    • T

    Parameters

    • array: T[]

      The array with potential duplicates.

    Returns T[]

    An array where of elements are uniq.

Generated using TypeDoc