Function symmetricDifference

  • Obtain entries not present in both objects.

    Returns

    x-y ∪ y-x

    Parameters

    • x: object

      an object

    • y: object

      another object

    Returns object

Generated using TypeDoc