caipin 262030214c cld2_react构建中 5 yıl önce
..
dist 262030214c cld2_react构建中 5 yıl önce
dist.es2015 262030214c cld2_react构建中 5 yıl önce
LICENSE 262030214c cld2_react构建中 5 yıl önce
README.md 262030214c cld2_react构建中 5 yıl önce
package.json 262030214c cld2_react构建中 5 yıl önce

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