MCPcopy
hub / github.com/webpack/webpack / isAsciiAlpha

Function isAsciiAlpha

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

Source from the content-addressed store, hash-verified

195 * @returns {boolean} is ascii alpha
196 */
197const isAsciiAlpha = (cc) => cc < 0x80 && (CHAR_CLASS[cc] & CCLS_ALPHA) !== 0;
198
199/**
200 * @param {number} cc character code

Callers 1

walkHtmlTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected