# Lower Case First
> Transforms the stringwith only the first character in lower case.
## Installation
```
npm install lower-case-first --save
```
## Usage
```js
import { lowerCaseFirst } from"lower-case-first";
lowerCaseFirst("TEST"); //=> "tEST"
```
## License
MIT