export default function ( s:String){
return s.charAt(0).toUpperCase() + s.slice(1);
}
Powered by TurnKey Linux.