Denis 346b78aee1 first commit 2 år sedan
..
dist 346b78aee1 first commit 2 år sedan
dist.es2015 346b78aee1 first commit 2 år sedan
node_modules 346b78aee1 first commit 2 år sedan
LICENSE 346b78aee1 first commit 2 år sedan
README.md 346b78aee1 first commit 2 år sedan
package.json 346b78aee1 first commit 2 år sedan

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