Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
IsDisjoint
Type Alias IsDisjoint<A, B>
Is
Disjoint
<
A
,
B
>
:
And
<
Not
<
HasKey
<
A
,
keyof
B
>
>
,
Not
<
HasKey
<
B
,
keyof
A
>
>
>
Are the two records disjoint from each other. Disjoint means no common property.
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...
Are the two records disjoint from each other. Disjoint means no common property.