UNPKG

@tastekim/chat-cli

Version:

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

3 lines (2 loc) • 172 B
import { LocationInfo } from '../utils/location-detector.js'; export declare const startInkChatInterface: (nickname: string, room: string, location: LocationInfo) => void;