zheng 5360931737 webpack 10 mesi fa
..
dist 5360931737 webpack 10 mesi fa
dist.es2015 5360931737 webpack 10 mesi fa
LICENSE 5360931737 webpack 10 mesi fa
README.md 5360931737 webpack 10 mesi fa
package.json 5360931737 webpack 10 mesi fa

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