Functionutilsv0.5.0capitalizeReturns 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.