Build
Docs
Reference
Guides
Blog
Discord
/
Bun
/
__internal
/
XOR
T
XOR
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
Bun
/
__internal
/
XOR
T
XOR
type
__internal.XOR
type
XOR
<
A
,
B
>
=
Without
<
A
,
B
>
|
Without
<
B
,
A
>
Referenced types
type
Without
<
A
,
B
>
=
A
&
{
[
K
in
Exclude
<
keyof
B
,
keyof
A
>
]
:
never
}