Function unionKeys

  • Obtain keys present in any object.

    Returns

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

    Parameters

    • Rest ...xs: object[]

      objects

    Returns Set<string>

Generated using TypeDoc