UNPKG

@rawcmd/typewriters

Version:

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

7 lines (6 loc) 245 B
import { Command } from '@rawcmd/core'; export interface SummaryTypewriterOptions { title?: string; totalWidth?: number; } export declare function summaryTypewriter(options?: SummaryTypewriterOptions): (command: Command<any>) => string;