caipin 262030214c cld2_react构建中 hace 5 años
..
dist 262030214c cld2_react构建中 hace 5 años
dist.es2015 262030214c cld2_react构建中 hace 5 años
LICENSE 262030214c cld2_react构建中 hace 5 años
README.md 262030214c cld2_react构建中 hace 5 años
package.json 262030214c cld2_react构建中 hace 5 años

README.md

Lower Case

NPM version NPM downloads Bundle size

Transforms the string to lower case.

Installation

npm install lower-case --save

Usage

import { lowerCase, localeLowerCase } from "lower-case";

lowerCase("string"); //=> "string"
lowerCase("PascalCase"); //=> "pascalcase"

localeLowerCase("STRING", "tr"); //=> "strıng"

License

MIT