type-plus
    Preparing search index...

    Type Alias Invert<Branch>

    Invert: Branch extends $Then ? $Else : $Then

    Invert the selection branch.

    i.e.

    • $Then -> $Else
    • $Else -> $Then

    Type Parameters