zheng 3cabbb3159 webpack 19 hodín pred
..
dist 3cabbb3159 webpack 19 hodín pred
dist.es2015 3cabbb3159 webpack 19 hodín pred
LICENSE 3cabbb3159 webpack 19 hodín pred
README.md 3cabbb3159 webpack 19 hodín pred
package.json 3cabbb3159 webpack 19 hodín pred

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