UNPKG

vibetunnel

Version:

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

6 lines (5 loc) 190 B
import { Router } from 'express'; import type { PtyManager } from '../pty/pty-manager.js'; export declare function createMultiplexerRoutes(options: { ptyManager: PtyManager; }): Router;