• Creates an array of array values not included in the other provided arrays using SameValueZero for equality comparisons. The order and references of result values are determined by the first array.

    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.