Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/di-sukharev/opencommit
/ tocamelCase
Function
tocamelCase
out/cli.cjs:77658–77660 ·
view source on GitHub ↗
(str2)
Source
from the content-addressed store, hash-verified
77656
if
(newKey !== key) {
77657
delete obj[key];
77658
}
77659
obj[newKey] = typeof obj[newKey] ===
"object"
? snakeCaseKeys(value) : value;
77660
}
77661
return
obj;
77662
}
77663
}
Callers
1
camelCaseKeys
Function · 0.85
Calls
2
toLowerCase
Method · 0.80
toUpperCase
Method · 0.80
Tested by
no test coverage detected