ilya_shyian 1c5a2a8f35 +react/react-store 3 年之前
..
dist 1c5a2a8f35 +react/react-store 3 年之前
dist.es2015 1c5a2a8f35 +react/react-store 3 年之前
LICENSE 1c5a2a8f35 +react/react-store 3 年之前
README.md 1c5a2a8f35 +react/react-store 3 年之前
package.json 1c5a2a8f35 +react/react-store 3 年之前

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