mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 09:08:13 +00:00
7 lines
330 B
TypeScript
7 lines
330 B
TypeScript
/**
|
|
* Browser bridge API barrel. It exposes the host/sandbox bridge server handle
|
|
* and lifecycle helpers without importing the full browser plugin entry.
|
|
*/
|
|
export type { BrowserBridge } from "./src/browser/bridge-server.js";
|
|
export { startBrowserBridgeServer, stopBrowserBridgeServer } from "./src/browser/bridge-server.js";
|