MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / upperCaseFirst

Function upperCaseFirst

packages/common-helpers/src/upper-case-first.ts:1–3  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

1export function upperCaseFirst(input: string) {
2 return input.charAt(0).toUpperCase() + input.slice(1);
3}

Callers 8

updateSchemaFunction · 0.90
addOrUpdateModelFunction · 0.90
buildModelOperationMethod · 0.90
processCasingFunction · 0.90
makeFindSchemaMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected