Checks if the given number is an int.
isInt(13); // true isInt(13.5); // false
The number to check.
Whether the number is an int.
Generated using TypeDoc
Checks if the given number is an int.
isInt(13); // true isInt(13.5); // false