AJNB 376d9cfaf8 hjj il y a 5 mois
..
dist 376d9cfaf8 hjj il y a 5 mois
dist.es2015 376d9cfaf8 hjj il y a 5 mois
LICENSE 376d9cfaf8 hjj il y a 5 mois
README.md 376d9cfaf8 hjj il y a 5 mois
package.json 376d9cfaf8 hjj il y a 5 mois

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