Functionutilsv0.8.11capitalizeReturns the word with its first letter capitalized and the rest in lowercase. capitalize(word: string): stringExamplesCopycapitalize('hELLO'); // 'Hello'Paramswordword: string