moderndash
Advanced tools
Comparing version 3.9.0 to 3.9.1
@@ -702,3 +702,3 @@ // src/array/chunk.ts | ||
function capitalize(str) { | ||
return str.charAt(0).toUpperCase() + str.slice(1); | ||
return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase(); | ||
} | ||
@@ -705,0 +705,0 @@ |
{ | ||
"name": "moderndash", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.", |
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
346858