MCPcopy Create free account
hub / github.com/callstackincubator/polygen / capitalize

Function capitalize

packages/codegen/src/codegen/modules.ts:226–228  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

224}
225
226function capitalize(name: string) {
227 return name.charAt(0).toUpperCase() + name.slice(1);
228}

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected