• Creates an array excluding all provided values using SameValueZero for equality comparisons.

    Type Parameters

    • T

    Parameters

    • array: undefined | null | List<T>

      The array to filter.

    • Rest ...values: T[]

      The values to exclude.

    Returns T[]

    Returns the new array of filtered values.

Generated using TypeDoc