UNPKG

nyks

Version:

nodejs exupery style

8 lines (6 loc) 130 B
"use strict"; module.exports = function(str) { if(!str) return ''; return str.charAt(0).toUpperCase() + str.slice(1); };