FanFarm / system / V3fanfarm-ubuntu-local / V3fanfarm-frontend / node_modules / lower-case /
@Fanfarm User Fanfarm User authored on 12 Sep
..
dist Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
dist.es2015 Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
LICENSE Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
README.md Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
package.json Fix API server issues -Disable Rack::Protection and remove Logger path error 7 months ago
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