UNPKG

@amxdev/truncate-text

Version:

Truncate long text to a maximum length with ellipsis.

2 lines (1 loc) 79 B
export declare function truncateText(text: string, maxLength: number): string;