MCPcopy 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

#isValidCSSCharMethod · 0.95
#consumeIdentifierMethod · 0.95
#consumeNumberMethod · 0.95
#tokenizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected