Type alias Integer<T>

Integer<T>: `${T}` extends `${bigint}`
    ? T
    : never

Integer

Type Parameters

  • T extends number