Type Alias Complement<B>

Complement<B>: IfExtends<B, false, true, false>

Represents the complement of a boolean type.

Type Parameters

  • B extends boolean

    The boolean type to complement.