MCPcopy Create free account
hub / github.com/DavidWells/analytics / capitalizeFirstLetter

Function capitalizeFirstLetter

scripts/docs.js:813–815  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

811}
812
813function capitalizeFirstLetter(string) {
814 return string.charAt(0).toUpperCase() + string.slice(1)
815}
816
817function renderArg(tag) {
818 const optionalText = (tag.name.match(/^\[/)) ? '(optional) ' : ''

Callers 2

mainUsageBlockFunction · 0.85
getPlatformsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected