UNPKG

@rawcmd/typewriters

Version:

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

5 lines (4 loc) 167 B
export interface TitleTypewriterOptions { totalWidth?: number; } export declare function titleTypewriter(options?: TitleTypewriterOptions): (text: string) => any;