Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/matschik/component-party.dev
/ capitalize
Function
capitalize
scripts/generateReadMeProgress.js:79–81 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
77
}
78
79
function
capitalize(string) {
80
return
string.charAt(0).toUpperCase() + string.slice(1);
81
}
82
83
const
rootSections = [];
84
Callers
1
dirNameToTitle
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected