Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
TypePlusOptions
Merge
Type Alias Merge<I, D>
Merge
<
I
,
D
>
:
{
[
k
in
keyof
D
]
:
k
extends
keyof
I
?
I
[
k
]
:
D
[
k
]
}
🦴
utilities
㊙️
internal
Merge the input Options
I
with the default Options
D
.
Type Parameters
I
D
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
🦴 utilities ㊙️ internal
Merge the input Options
I
with the default OptionsD
.