Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/lowcode-engine
/ camelize
Function
camelize
packages/utils/src/css-helper.ts:43–45 ·
view source on GitHub ↗
(str: string)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
camelize(str: string): string {
44
return
str.replace(RE_HYPHEN, (m, w) => (w ? w.toUpperCase() :
''
));
45
}
46
47
/**
48
* convert
Callers
1
toNativeStyle
Function · 0.70
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…