MCPcopy
hub / github.com/webpack/webpack / _isDigit

Function _isDigit

lib/css/syntax.js:304–304  ·  view source on GitHub ↗
(cc)

Source from the content-addressed store, hash-verified

302 * @returns {boolean} true, if cc is a digit
303 */
304const _isDigit = (cc) => cc >= CC_0 && cc <= CC_9;
305
306/**
307 * @param {number} cc char code

Callers 4

_isHexDigitFunction · 0.85
syntax.jsFile · 0.85
_consumeANumberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected