Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cssinjs/jss
/ removeWhitespace
Function
removeWhitespace
tests/utils.js:19–21 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
removeWhitespace(str) {
20
return
str.replace(/\s/g,
''
)
21
}
22
23
export
function
getRules(style) {
24
const
rulesArr = []
Callers
3
check
Function · 0.90
sheet.js
File · 0.90
getCss
Function · 0.85
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…