This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
it-tools
Watch
1
Star
0
Fork
You've already forked it-tools
0
mirror of
https://github.com/CorentinTh/it-tools.git
synced
2025-04-22 15:56:15 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
5ecdf1bc12
it-tools
/
utils
/
string.ts
4 lines
94 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: added components
2021-03-14 20:11:39 +01:00
const
capitalise
=
(
s
:
string
)
=
>
s
.
charAt
(
0
)
.
toUpperCase
(
)
+
s
.
slice
(
1
)
feat: component base
2021-02-13 19:55:45 +01:00
refactor: improved shuffle function (now using Durstenfeld shuffle)
2021-06-12 22:22:23 +02:00
export
{
capitalise
}
Reference in a new issue
Copy permalink