UNPKG

mout

Version:

Modular Utilities

6 lines (5 loc) 134 B
/** * Truncate string at full words. */ declare function crop(str: any, maxChars: any, append: any): any; export default crop;