e c507705cf8 webpack il y a 11 mois
..
dist c507705cf8 webpack il y a 11 mois
dist.es2015 c507705cf8 webpack il y a 11 mois
LICENSE c507705cf8 webpack il y a 11 mois
README.md c507705cf8 webpack il y a 11 mois
package.json c507705cf8 webpack il y a 11 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