Mohammad Asif cf937194cb Removed un-waned things 1. преди 5 месеца
..
dist cf937194cb Removed un-waned things 1. преди 5 месеца
dist.es2015 cf937194cb Removed un-waned things 1. преди 5 месеца
LICENSE cf937194cb Removed un-waned things 1. преди 5 месеца
README.md cf937194cb Removed un-waned things 1. преди 5 месеца
package.json cf937194cb Removed un-waned things 1. преди 5 месеца

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