This package contains TypeScript definitions for lodash.truncate. Lodash.truncate is a function that truncates a string if it's longer than the specified length. The truncated string ends with the specified omission string (defaults to "..."). This package provides type information for using lodash.truncate with TypeScript projects, enabling strong typing and improved developer experience when working with this utility.