e 92fdcc4d2a ts 10 ay önce
..
dist 92fdcc4d2a ts 10 ay önce
dist.es2015 92fdcc4d2a ts 10 ay önce
LICENSE 92fdcc4d2a ts 10 ay önce
README.md 92fdcc4d2a ts 10 ay önce
package.json 92fdcc4d2a ts 10 ay önce

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