• Creates an array of unique values that are included in all of the provided arrays using SameValueZero for equality comparisons.

    Type Parameters

    • T

    Parameters

    • Rest ...arrays: (undefined | null | List<T>)[]

      The arrays to inspect.

    Returns T[]

    Returns the new array of shared values.

Generated using TypeDoc