ixfx
    Preparing search index...

    Type Alias MergeReconcile<V>

    MergeReconcile: (a: V, b: V) => V

    Returns a result of a merged into b. B is always the 'newer' data that takes precedence.

    Type Parameters

    • V

    Type declaration

      • (a: V, b: V): V
      • Parameters

        Returns V