Name Last Update
..
dist Loading commit data...
dist.es2015 Loading commit data...
node_modules/tslib Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package.json Loading commit data...

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