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