UNPKG

@rawcmd/typewriters

Version:

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

5 lines (4 loc) 197 B
export interface LogTypewriterOptions { totalWidth?: number; } export declare function logTypewriter(options?: LogTypewriterOptions): (message: string, namespace?: string, date?: Date) => any;