truncateString
truncateString(
str,maxLength):string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/stringUtils.ts:4
Truncate a string to a maximum length with ellipsis
Parameters
Section titled “Parameters”string
maxLength
Section titled “maxLength”number
Returns
Section titled “Returns”string