UNPKG

sitespeed.io

Version:

Analyze the web performance of your site

6 lines (4 loc) 112 B
'use strict'; module.exports = function (word) { return word.substr(0, 1).toUpperCase() + word.substr(1); };