Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 587 Bytes

File metadata and controls

68 lines (48 loc) · 587 Bytes

typelab / conditions / IfNotAssignableMutually

type IfNotAssignableMutually<T1, T2, Then, Else> = IfNotExtendsMutually<T1, T2, Then, Else>;

Alias for `IfNotExtendsMutually`.

Type Parameters

Type Parameter Default type

T1

T2

Then

Else

never