MCPcopy 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
36function capsFirstChar(str) {
37 return `${str.charAt(0).toUpperCase()}${str.slice(1)}`
38}
39
40function getCallback() {
41 return Array.prototype.slice.call(arguments).reduce((acc, arg) => {

Callers 1

formatArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected