@x-oasis/capitalize
Advanced tools
Comparing version
{ | ||
"name": "@x-oasis/capitalize", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "capitalize function", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1,4 +0,3 @@ | ||
const capitalize = (str: string) => | ||
str.charAt(0).toUpperCase() + str.slice(1); | ||
const capitalize = (str: string) => str.charAt(0).toUpperCase() + str.slice(1); | ||
export default capitalize | ||
export default capitalize; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2937
-0.1%