• Creates an array of unique array values not included in the other provided arrays using SameValueZero for equality comparisons.

    Type Parameters

    • T

    Parameters

    • array: undefined | null | List<T>

      The array to inspect.

    • Rest ...values: List<T>[]

      The arrays of values to exclude.

    Returns T[]

    Returns the new array of filtered values.

Generated using TypeDoc