不会爬树的猴 22729588bd AA 2 yıl önce
..
dist 22729588bd AA 2 yıl önce
dist.es2015 22729588bd AA 2 yıl önce
LICENSE 22729588bd AA 2 yıl önce
README.md 22729588bd AA 2 yıl önce
package.json 22729588bd AA 2 yıl önce

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