Function difference

  • Obtain entries not present in another object.

    Parameters

    • x: object

      an object

    • y: object

      another object

    Returns object

    x - y = {[kᵢ, vᵢ] | [kᵢ, vᵢ] ∈ x, [kᵢ, *] ∉ y}

Generated using TypeDoc