• Returns the Intersect of the given sets

    Type Parameters

    • T extends PropertyKey[]
    • S extends PropertyKey[]

    Parameters

    • T: [...T[]]
    • S: [...S[]]

    Returns TSetIntersect<T, S>