Type Alias NotExtendable<A, B, Then, Else>

NotExtendable: A extends B ? Else : Then

Type Parameters

  • A
  • B
  • Then = A
  • Else = never