function truncateHtmlString(): string { return $.truncate('

Stuff and Nonsense

', { length: 13 }); } function truncateVirtualElement (): JQuery { return $('

Stuff and Nonsense

').truncate({ length: 13 }); }