@zero-dependency/utilsFunctionscapitalizecapitalize Callablecapitalize(str: string): stringCapitalizes the first letter of a given string.@examplecapitalize('hello') // 'Hello'Parametersstr: stringThe string to capitalize.Returns stringThe capitalized string.
Capitalizes the first letter of a given string.