dedsudiyu 26705b48f7 zc пре 2 недеља
..
dist 26705b48f7 zc пре 2 недеља
dist.es2015 26705b48f7 zc пре 2 недеља
LICENSE 26705b48f7 zc пре 2 недеља
README.md 26705b48f7 zc пре 2 недеља
package.json 26705b48f7 zc пре 2 недеља

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