Functionutilsv0.6.1capitalizeReturns the word with its first letter capitalized and the rest in lowercase. capitalize(word: string): stringcapitalize(word: string): stringParamswordword: stringword: stringThe word to be formatted.