* checks if the given char c is a digit * * @param c a string with one character
(c: string)
| 166 | * @param c a string with one character |
| 167 | */ |
| 168 | isDigit(c: string): boolean |
| 169 | /** |
| 170 | * checks if the given char c is a hex digit |
| 171 | * |
no outgoing calls
no test coverage detected