We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github-wiki-example / UtilitiesModule / truncateString
truncateString(input, maxLength): string
input
maxLength
string
Function to truncate a string to a specified length.
number
The truncated string.
utilities.ts:53