mirror of
https://github.com/uetchy/namae.git
synced 2026-06-01 11:09:47 +09:00
feat: alternatives
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function capitalize(text) {
|
||||
return text[0].toUpperCase() + text.slice(1)
|
||||
}
|
||||
Reference in New Issue
Block a user