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