Function difference

  • Creates an array of unique values that are included in the first provided array, but not in the second.

    Type Parameters

    • T

    Parameters

    • arr: T[]

      array to difference from

    • values: T[]

      values to exclude

    Returns T[]

    the differenced array

Generated using TypeDoc