Function intersectionKeys

  • Obtain keys present in all objects.

    Returns

    [k₀, k₁, ...] | [kᵢ, vᵢ] ∈ x₀ ∩ x₁, ...; [x₀, x₁, ...] = xs

    Parameters

    • Rest ...xs: object[]

      objects

    Returns Set<string>

Generated using TypeDoc