MCPcopy
hub / github.com/callstack/react-native-testing-library / capitalizeFirstLetter

Function capitalizeFirstLetter

src/event-handler.ts:37–39  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

35}
36
37function capitalizeFirstLetter(str: string) {
38 return str.charAt(0).toUpperCase() + str.slice(1);
39}

Callers 1

getEventHandlerNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…