util-first-char-case
Install
npm i --save @kldit/util-first-char-case
Usage
Load at the begining of your application.
require("@kldit/util-first-char-case");
Run at any where of your code.
"teste".firstCharToUpperCase() // "Teste"
"TESTE".firstCharToLowerCase() // "tESTE"