Type alias IsBoolean<T>

IsBoolean<T>: IfExtends<T, boolean, true, false>

Type Parameters

  • T

Returns

true if T is boolean, otherwise false.