Returns a boolean value denoting whether the input string is numeric
Returns true
isNumeric("123456789");
Returns false
isNumeric("foo123");
Generated using TypeDoc
Returns a boolean value denoting whether the input string is numeric
Example
Returns true
Example
Returns false