Type alias Integer<N>

Integer<N>: IfEquals<IsInteger<N>, true, N, never>

Type representing an integer

Type Parameters