Documentation
collections/mod
DeepMerge
Type Alias DeepMerge<T, U, Options>
Deep
Merge
<
T
,
U
,
Options
>
:
[
T
,
U
]
extends
[
Record
<
PropertyKey
,
unknown
>
,
Record
<
PropertyKey
,
unknown
>
]
?
Merge
<
T
,
U
,
Options
>
:
T
|
U
Merge deeply two objects
Type Parameters
T
U
Options
=
Record
<
string
,
MergingStrategy
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Merge deeply two objects