/ucfirst

uppercase first character of a string (npm module)

Primary LanguageJavaScriptMIT LicenseMIT

ucfirst

npm Build Status

Uppercase the first character of a string

const ucfirst = require('ucfirst');
ucfirst('hello'); // 'Hello'

License

MIT