Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/xaboy/form-create
/ lower
Function
lower
packages/utils/lib/tocase.js:9–11 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
lower(str) {
10
return
str.replace(str[0], str[0].toLowerCase());
11
}
Callers
2
defaultRender
Function · 0.90
toCase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected