UNPKG

@rawcmd/typewriters

Version:

Collection of typewriters for styling command-line messages for Rawcmd.

6 lines (5 loc) 211 B
export interface ContentsTypewriterOptions { paddingWidth?: number; totalWidth?: number; } export declare function contentsTypewriter(options?: ContentsTypewriterOptions): (lines: string[][]) => string;