MCPcopy
hub / github.com/josdejong/mathjs / isDigit

Method isDigit

types/index.d.ts:168–168  ·  view source on GitHub ↗

* checks if the given char c is a digit * * @param c a string with one character

(c: string)

Source from the content-addressed store, hash-verified

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 *

Callers 2

isValidVariableNameFunction · 0.80
getTokenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected