MCPcopy
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
19export function removeWhitespace(str) {
20 return str.replace(/\s/g, '')
21}
22
23export function getRules(style) {
24 const rulesArr = []

Callers 3

checkFunction · 0.90
sheet.jsFile · 0.90
getCssFunction · 0.85

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…