mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat: component base
This commit is contained in:
parent
02dafd6a2f
commit
6e0c369398
17 changed files with 1482 additions and 1006 deletions
5
utils/string.ts
Normal file
5
utils/string.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
function capitalise(s: string) {
|
||||
return s.charAt(0).toUpperCase() + s.slice(1)
|
||||
}
|
||||
|
||||
export {capitalise}
|
Loading…
Add table
Add a link
Reference in a new issue