Irina Glushko 2389e7160b HW1 done 3 years ago
..
dist 2389e7160b HW1 done 3 years ago
dist.es2015 2389e7160b HW1 done 3 years ago
node_modules 2389e7160b HW1 done 3 years ago
LICENSE 2389e7160b HW1 done 3 years ago
README.md 2389e7160b HW1 done 3 years ago
package.json 2389e7160b HW1 done 3 years ago

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