Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 374 Bytes

ucfirst

npm Build Status

Uppercase the first character of a string

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

License

MIT