selfcarebot/node_modules/upper-case-first
2023-03-30 06:02:54 +00:00
..
dist Added main bot functionality 2023-03-30 06:02:54 +00:00
dist.es2015 Added main bot functionality 2023-03-30 06:02:54 +00:00
LICENSE Added main bot functionality 2023-03-30 06:02:54 +00:00
package.json Added main bot functionality 2023-03-30 06:02:54 +00:00
README.md Added main bot functionality 2023-03-30 06:02:54 +00:00

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