Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ normalizeSelector
Function
normalizeSelector
packages/sdk/src/engine/cssWriter.ts:102–104 ·
view source on GitHub ↗
(sel: string)
Source
from the content-addressed store, hash-verified
100
}
101
102
function
normalizeSelector(sel: string): string {
103
return
sel.trim().replace(/\s+/g,
" "
);
104
}
105
106
// ─── Public API ───────────────────────────────────────────────────────────────
107
Callers
1
upsertCssRule
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected