Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 572 Bytes

File metadata and controls

68 lines (48 loc) · 572 Bytes

typelab / conditions / IfAssignableMutually

type IfAssignableMutually<T1, T2, Then, Else> = IfExtendsMutually<T1, T2, Then, Else>;

Alias for `IfExtendsMutually`.

Type Parameters

Type Parameter Default type

T1

T2

Then

Else

never