Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
function
capFirst(text) {
55
return
text[0].toUpperCase() + text.slice(1);
56
}
57
58
module.exports = resolveBoxStyle;
59
Callers
1
resolveBoxStyle
Function · 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…