MCPcopy
hub / github.com/webpack/webpack / _isSpace

Function _isSpace

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

Source from the content-addressed store, hash-verified

288 * @returns {boolean} true, if cc is space or tab
289 */
290const _isSpace = (cc) => cc === CC_SPACE || cc === CC_TAB;
291
292/**
293 * @param {number} cc char code

Callers 1

_isWhiteSpaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected