Preparing search index...
The search index is not available
ts-roids
ts-roids
IsPositive
Type alias IsPositive<N>
Is
Positive
<
N
>
:
N
extends
N
?
Numeric
extends
N
?
boolean
:
`
${
N
}
`
extends
`
-
${
Numeric
}
`
?
false
:
true
:
never
Checks if a given numeric value is in [0,+∞[
Type Parameters
N
extends
Numeric
Returns
true if it is, otherwise false
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
ts-roids
Loading...
Checks if a given numeric value is in [0,+∞[