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

README.md

Upper Case First

NPM version NPM downloads Bundle size

Transforms the string with the first character in upper cased.

Installation

npm install upper-case-first --save

Usage

import { upperCaseFirst } from "upper-case-first";

upperCaseFirst("test"); //=> "Test"

License

MIT