npm.io
3.0.0 • Published 2 years ago

upper-case-first

Licence
MIT
Version
3.0.0
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
2.4K
DeprecatedThis package is deprecated

Upper Case First

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

Keywords