Expand description
A library to check if a string can be parsed as a number Similar to the is-number npm package
Functionsยง
- is_
float - Checks if the input string represents a valid float
- is_
integer - Checks if the input string represents a valid integer
- is_
number - Checks if the input string represents a valid number