hongxihe-capitalize-tool-2026
v1.0.0
Published
A simple npm package to capitalize the first letter of a string
Downloads
11
Readme
hongxihe-capitalize-tool-2026
A simple npm package to capitalize the first letter of a string.
Install
npm install hongxihe-capitalize-tool-2026
Usage
const capitalize = require('hongxihe-capitalize-tool-2026');
console.log(capitalize('hello')); // Hello
