@servicetitan/acquisition-functions
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -91,4 +91,7 @@ "use strict"; | ||
function capitalizeFirstLetter(val) { | ||
if (!val) { | ||
return val; | ||
} | ||
return val[0].toUpperCase() + val.slice(1).toLowerCase(); | ||
} | ||
exports.capitalizeFirstLetter = capitalizeFirstLetter; |
{ | ||
"name": "@servicetitan/acquisition-functions", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "", | ||
@@ -31,3 +31,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "4f315c3713bf16cc8fbc9b45af70206ba5b4a550" | ||
"gitHead": "4b8359e2b53e25f3148c33f2fbe7e3ea33c3ca5a" | ||
} |
90690
2469