Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
const
isspace = c => c ===
' '
|| c ===
'\n'
;
39
40
export
class
CSSRule {
41
static {
Callers
3
parse
Method · 0.85
parseSelector
Method · 0.85
parse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected