UNPKG

navflow-browser-server

Version:

Standalone Playwright browser server for NavFlow - enables browser automation with API key authentication, workspace device management, session sync, LLM discovery tools, and requires Node.js v22+

5 lines 228 B
import { BrowserManager } from './BrowserManager'; declare const app: import("express-serve-static-core").Express; declare const browserManager: BrowserManager; export { app, browserManager }; //# sourceMappingURL=index.d.ts.map