郑柏铃 8ea30b386c webpack 10 сар өмнө
..
dist 8ea30b386c webpack 10 сар өмнө
dist.es2015 8ea30b386c webpack 10 сар өмнө
LICENSE 8ea30b386c webpack 10 сар өмнө
README.md 8ea30b386c webpack 10 сар өмнө
package.json 8ea30b386c webpack 10 сар өмнө

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