Type Alias IsPositive<N>

IsPositive<N>: Complement<IsNegative<N>>

Checks if a number is positive.

Zero is considered positive.

Type Parameters

  • N extends number