MCPcopy Index your code
hub / github.com/postcss/postcss / capitalize

Function capitalize

lib/stringifier.js:30–32  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

28}
29
30function capitalize(str) {
31 return str[0].toUpperCase() + str.slice(1)
32}
33
34class Stringifier {
35 constructor(builder) {

Callers 1

rawMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…