UNPKG

termshow

Version:

A powerful CLI tool for creating terminal-based presentations with live coding support, featuring auto-execution, process management, and beautiful terminal UI.

4 lines (3 loc) 181 B
export declare function clearScreen(): void; export declare function typewriterEffect(text: string, delay?: number): void; export declare function sleep(ms: number): Promise<void>;