vanillajs-helpers

Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS

View the Project on GitHub Tokimon/vanillajs-helpers

vanillajs-helpers > “truncate” > TruncateSettings

Interface: TruncateSettings

Properties

«Optional» end

● end: undefinedstring

Defined in truncate.ts:8


«Optional» maxLength

● maxLength: undefinednumber

Defined in truncate.ts:7