@kldit/util-first-char-case

1.0.5 • Public • Published

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"

/@kldit/util-first-char-case/

    Package Sidebar

    Install

    npm i @kldit/util-first-char-case

    Weekly Downloads

    1

    Version

    1.0.5

    License

    Apache-2.0

    Unpacked Size

    13.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • orlleite