Checks if the given number is positive.
isPositive(2); // true isPositive(-3); // false
The number to check.
Whether the number is positive.
Generated using TypeDoc
Checks if the given number is positive.
isPositive(2); // true isPositive(-3); // false