merge
merge<
A>(other): (data) =>Readonly<Record<string,A>>
Defined in: Core/Rec.ts:183
Merges two records. Values from the second record take precedence.
Type Parameters
Section titled “Type Parameters”A
Parameters
Section titled “Parameters”Readonly<Record<string, A>>
Returns
Section titled “Returns”(
data):Readonly<Record<string,A>>
Parameters
Section titled “Parameters”Readonly<Record<string, A>>
Returns
Section titled “Returns”Readonly<Record<string, A>>