Takaro - v0.4.11
    Preparing search index...

    Function without

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

      Type Parameters

      • T

      Parameters

      • array: List<T> | null | undefined

        The array to filter.

      • ...values: T[]

        The values to exclude.

      Returns T[]

      Returns the new array of filtered values.