UNPKG

ok-tools

Version:

My personal JS tools and utilities

2 lines (1 loc) 119 B
export declare function shorten(input: string, maxLength: number, wholeWords?: boolean, addedString?: string): string;