• Merges two sets of values definitions.

    This function combines two arrays of Values objects, merging them into a single array while avoiding duplicates.

    Parameters

    • a: undefined | Values[]

      The first array of values definitions.

    • b: undefined | Values[]

      The second array of values definitions.

    Returns Values[] | undefined

    An array of merged values definitions, or undefined if both inputs are undefined.