Typedoc APIutilitiesFunctionstruncateStringOn this pagetruncateString() function truncateString(input, maxLength): string Function to truncate a string to a specified length. Parameters ParameterTypeDescriptioninputstringThe input string.maxLengthnumberThe maximum length of the truncated string. Returns string The truncated string.