Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidWells/analytics
/ capsFirstChar
Function
capsFirstChar
packages/analytics-util-forms/src/utils/args.js:36–38 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
capsFirstChar(str) {
37
return
`${str.charAt(0).toUpperCase()}${str.slice(1)}`
38
}
39
40
function
getCallback() {
41
return
Array.prototype.slice.call(arguments).reduce((acc, arg) => {
Callers
1
formatArgs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected