不会爬树的猴 22729588bd AA 2 years ago
..
dist 22729588bd AA 2 years ago
dist.es2015 22729588bd AA 2 years ago
LICENSE 22729588bd AA 2 years ago
README.md 22729588bd AA 2 years ago
package.json 22729588bd AA 2 years ago

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