Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigskysoftware/_hyperscript
/ #isNumeric
Method
#isNumeric
src/core/tokenizer.js:269–271 ·
view source on GitHub ↗
(c)
Source
from the content-addressed store, hash-verified
267
}
268
269
#isNumeric(c) {
270
return
c >=
"0"
&& c <=
"9"
;
271
}
272
273
#isWhitespace(c) {
274
return
c ===
" "
|| c ===
"\t"
|| c ===
"\r"
|| c ===
"\n"
;
Callers
7
#isValidCSSChar
Method · 0.95
#possiblePrecedingSymbol
Method · 0.95
#consumeShortAttributeReference
Method · 0.95
#consumeTemplateIdentifier
Method · 0.95
#consumeIdentifier
Method · 0.95
#consumeNumber
Method · 0.95
#tokenize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected