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