Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuncJin/Covid19-Visualization
/ transformHump
Function
transformHump
express-app/utils/stringMethods.ts:2–2 ·
view source on GitHub ↗
(n: string)
Source
from the content-addressed store, hash-verified
1
/** 大小写转驼峰 */
2
const
transformHump = <T = any>(n: string) => n.replace(/[A-Z]/g, (s) => `_${s.toLowerCase()}`) as T
3
4
const
data = { transformHump }
5
Callers
2
getProvinceValueByObject
Function · 0.85
chinaData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected