不会爬树的猴 22729588bd AA 2 жил өмнө
..
dist 22729588bd AA 2 жил өмнө
dist.es2015 22729588bd AA 2 жил өмнө
README.md 22729588bd AA 2 жил өмнө
package.json 22729588bd AA 2 жил өмнө

README.md

Upper Case

NPM version NPM downloads Bundle size

Transforms the string to upper case.

Installation

npm install upper-case --save

Usage

import { upperCase, localeUpperCase } from "upper-case";

upperCase("string"); //=> "STRING"

localeUpperCase("string", "tr"); //=> "STRİNG"

License

MIT