UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

4 lines (3 loc) 205 B
export declare const TRUNCATE_TEXT_MAX_LENGTH = 30; export declare function truncateText(text: string, maxLength?: number): string; export declare function centerPad(text: string, length: number): string;