DeprecatedConsider using a lighter alternative
Better alternativeUse str.toLocaleUpperCase() or str.toUpperCase() — Consider using a lighter alternative
Upper Case
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