/** * Set UpperCase for the first character * * @return {String} new string if string is not null otherwise same string */ export default function toUpperCaseFirst(this: string): string;