Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuilderIO/framework-benchmarks
/ capitalize
Function
capitalize
frameworks/lit/docs-src/api.11ty.cjs:127–127 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
125
};
126
127
const
capitalize = (s) => s[0].toUpperCase() + s.substring(1);
Callers
1
renderTable
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected