1.0.2 • Published 6 years ago
text-upper-case-first v1.0.2
Upper Case First
Convert text with only the first character in upper case
Installation
npm install text-upper-case-first --saveUsage
import { upperCaseFirst } from "text-upper-case-first";
upperCaseFirst("test"); //=> "Test"License
MIT