3.0.0 • Published 6 months ago

lower-case-first v3.0.0

Weekly downloads
1,215,339
License
MIT
Repository
github
Last release
6 months ago

Lower Case First

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

3.0.0

6 months ago

2.0.2

3 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

9 years ago