Type Alias IfBoxedPrimitive<T, Then, Else>

IfBoxedPrimitive<T, Then, Else>: IsBoxedPrimitive<T> extends true
    ? Then
    : Else

Type Parameters

  • T
  • Then = true
  • Else = false