MCPcopy 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

camelCaseKeysFunction · 0.85

Calls 2

toLowerCaseMethod · 0.80
toUpperCaseMethod · 0.80

Tested by

no test coverage detected