Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
export
const
upperFirst = (str: string) =>
109
str.charAt(0).toUpperCase() + str.slice(1);
110
111
export
function
showDiff(report: string) {
112
console.log(
Callers
2
writeRoutes
Function · 0.90
createInfoFile
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected