UNPKG

@types/truncate-middle

Version:
9 lines (7 loc) 169 B
declare function truncateMiddle( text: string | null, frontLength?: number, backLength?: number, ellipsis?: string, ): string; export = truncateMiddle;