Detalhes do pacote

lower-case-first

blakeembrey22.7mMITdepreciado3.0.0

Use input.charAt(0).toLowerCase() + input.slice(1)

Transforms the string with only the first character in lower case

lower, case, first, start

readme (leia-me)

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