lower-case-first

Transforms the string with only the first character in lower case

Usage no npm install needed!

<script type="module">
  import lowerCaseFirst from 'https://cdn.skypack.dev/lower-case-first';
</script>

README

Lower Case First

NPM version NPM downloads Bundle size

Transforms the string with only the first character in lower case.

Installation

npm install lower-case-first --save

Usage

import { lowerCaseFirst } from "lower-case-first";

lowerCaseFirst("TEST"); //=> "tEST"

License

MIT