text-upper-case-first
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Upper Case First

NPM version NPM downloads Bundle size

Convert text with only the first character in upper case

Installation

npm install text-upper-case-first --save

Usage

import { upperCaseFirst } from "text-upper-case-first";
 
upperCaseFirst("test"); //=> "Test"

License

MIT

Package Sidebar

Install

npm i text-upper-case-first

Weekly Downloads

2,445

Version

1.0.2

License

MIT

Unpacked Size

4.83 kB

Total Files

7

Last publish

Collaborators

  • dimetrix