UNPKG

@tastekim/chat-cli

Version:

💬Connect with developers worldwide through an interactive terminal chat experience while you code!💻

8 lines (7 loc) • 270 B
import { Terminal } from 'terminal-kit'; export declare class MessageFormatter { private term; constructor(term: Terminal); format(type: 'user' | 'own' | 'system' | 'error' | 'image', message: string, nickname?: string): string; private formatMessage; }