UNPKG

vibetunnel

Version:

Terminal sharing server with web interface - supports macOS, Linux, and headless environments

7 lines (6 loc) 264 B
import { Router } from 'express'; import type { SessionMonitor } from '../services/session-monitor.js'; /** * Server-Sent Events (SSE) endpoint for real-time event streaming */ export declare function createEventsRouter(sessionMonitor?: SessionMonitor): Router;