不会爬树的猴 22729588bd AA há 2 anos atrás
..
dist 22729588bd AA há 2 anos atrás
dist.es2015 22729588bd AA há 2 anos atrás
README.md 22729588bd AA há 2 anos atrás
package.json 22729588bd AA há 2 anos atrás

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