MCPcopy Create free account
hub / github.com/ProNextJS/declarative-routing / upperFirst

Function upperFirst

src/shared/utils.ts:108–109  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

106};
107
108export const upperFirst = (str: string) =>
109 str.charAt(0).toUpperCase() + str.slice(1);
110
111export function showDiff(report: string) {
112 console.log(

Callers 2

writeRoutesFunction · 0.90
createInfoFileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected