Type alias NegativeInteger<N>

NegativeInteger<N>: IfEquals<IsNegativeInteger<N>, true, Integer<N>, never>

Type representing an integer that's in ]-∞, 0[

Type Parameters