zheng 6c3f2333fd 修改 12 ساعت پیش
..
dist 6c3f2333fd 修改 12 ساعت پیش
dist.es2015 6c3f2333fd 修改 12 ساعت پیش
LICENSE 6c3f2333fd 修改 12 ساعت پیش
README.md 6c3f2333fd 修改 12 ساعت پیش
package.json 6c3f2333fd 修改 12 ساعت پیش

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