UNPKG

upper-case-first

Version:
22 lines (13 loc) 273 B
# Upper Case First > Transforms the string with the first character in upper cased. ## Installation ``` npm install upper-case-first --save ``` ## Usage ```js import { upperCaseFirst } from "upper-case-first"; upperCaseFirst("test"); //=> "Test" ``` ## License MIT