mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-21 06:59:33 +02:00
chore: tools by category
This commit is contained in:
3
src/utils/string.ts
Normal file
3
src/utils/string.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function capitalizeFirstLetter(string: string) {
|
||||
return string.charAt(0).toUpperCase() + string.slice(1);
|
||||
}
|
Reference in New Issue
Block a user