Skip to content

Documentation / @ripl/utilities / Merge

Type Alias: Merge<TA, TB> ​

Merge<TA, TB> = Omit<TA, keyof TB> & TB

Defined in: types.ts:22

Merges two types, with properties in TB overriding those in TA.

Type Parameters ​

Type Parameter
TA
TB