Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
LeftJoin
Type Alias LeftJoin<A, B>
Left
Join
<
A
,
B
>
:
IsEqual
<
A
,
B
>
extends
true
?
A
:
IsDisjoint
<
A
,
B
>
extends
true
?
A
&
B
:
Properties
<
{
[
k
in
Exclude
<
keyof
A
,
keyof
B
>
]
:
A
[
k
]
}
&
{
[
k
in
keyof
B
]
:
B
[
k
]
}
>
Type Parameters
A
extends
AnyRecord
B
extends
AnyRecord
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...