Type Alias IsBoxedPrimitive<T>

IsBoxedPrimitive<T>: T extends Boolean | String | Number
    ? true
    : false

Type Parameters

  • T