Interface: TruncateWordsOptions
Defined in: string/truncateWords/index.ts:6
Options for truncateWords function.
Properties
suffix?
readonlyoptionalsuffix:string
Defined in: string/truncateWords/index.ts:12
The string to append when truncated.
Default
'...'