uppercase first character of a string
npm install ucfirst
yarn add ucfirst
pnpm add ucfirst
bun add ucfirst
Uppercase the first character of a string
var ucfirst = require('ucfirst'); ucfirst('hello'); // 'Hello'
MIT