Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/midrender/revideo
/ capitalize
Function
capitalize
packages/core/src/utils/capitalize.ts:1–3 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
1
export
function
capitalize<T extends string>(value: T): Capitalize<T> {
2
return
<Capitalize<T>>(value[0].toUpperCase() + value.slice(1));
3
}
Callers
6
Txt.ts
File · 0.90
TxtLeaf.ts
File · 0.90
makeSignalExtensions
Function · 0.90
defaultStyle
Function · 0.90
signal
Function · 0.90
Console
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected