You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sigonasr2
ff7945a554
Create Docker app with frontend,backend,database modules
|
5 years ago |
.. |
dist
|
Create Docker app with frontend,backend,database modules
|
5 years ago |
dist.es2015
|
Create Docker app with frontend,backend,database modules
|
5 years ago |
LICENSE
|
Create Docker app with frontend,backend,database modules
|
5 years ago |
README.md
|
Create Docker app with frontend,backend,database modules
|
5 years ago |
package.json
|
Create Docker app with frontend,backend,database modules
|
5 years ago |
Lower Case

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