Files
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00
..
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00
2016-04-21 11:56:31 +01:00

ucfirst

Uppercase the first character of a string

Build Status

var ucfirst = require('ucfirst');

ucfirst('hello'); // 'Hello'

License

MIT