Files
n8n-nodes-gwezz-changdunovel/node_modules/upper-case-first
2025-10-26 23:10:15 +08:00
..
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08:00
2025-10-26 23:10:15 +08: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