MCPcopy Create free account
hub / github.com/CanadaHonk/shadow / isspace

Function isspace

engine/cssparser.js:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38const isspace = c => c === ' ' || c === '\n';
39
40export class CSSRule {
41 static {

Callers 3

parseMethod · 0.85
parseSelectorMethod · 0.85
parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected