Type Alias MergeReconcile<V>

MergeReconcile<V>: ((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