MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / capFirst

Function capFirst

Libraries/Inspector/resolveBoxStyle.js:54–56  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

52}
53
54function capFirst(text) {
55 return text[0].toUpperCase() + text.slice(1);
56}
57
58module.exports = resolveBoxStyle;
59

Callers 1

resolveBoxStyleFunction · 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…