max_liu b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前
..
dist b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前
dist.es2015 b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前
LICENSE b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前
README.md b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前
package.json b7ab7c8514 chore: 更新node_modules依赖文件 2 周之前

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