MCPcopy 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
127const capitalize = (s) => s[0].toUpperCase() + s.substring(1);

Callers 1

renderTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected