tangled
alpha
login
or
join now
callie.on-her.computer
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 馃挮
0
fork
atom
overview
issues
2
pulls
pipelines
witchsky.app
/
src
/
lib
/
strings
/
capitalize.ts
at
feat/composer-acc-switch
3 lines
96 B
view raw
wrap content
Eric Bailey
i18n interests, allow for fallbacks (#2692)
2y ago
bb7ce215
1
export
function
capitalize
(
str
:
string
)
{
2
return
str
.
charAt
(
0
)
.
toUpperCase
(
)
+
str
.
slice
(
1
)
3
}