UNPKG

@rawcmd/typewriters

Version:

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

6 lines (5 loc) 216 B
import { Command } from '@rawcmd/core'; export interface HelpTypewriterOptions { totalWidth?: number; } export declare function helpTypewriter(options?: HelpTypewriterOptions): (command: Command<any>) => string;