e 01bbba5f61 ts hai 11 meses
..
dist 01bbba5f61 ts hai 11 meses
dist.es2015 01bbba5f61 ts hai 11 meses
LICENSE 01bbba5f61 ts hai 11 meses
README.md 01bbba5f61 ts hai 11 meses
package.json 01bbba5f61 ts hai 11 meses

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