Files
openclaw/extensions/browser/browser-maintenance.ts
2026-06-04 07:22:35 -04:00

7 lines
267 B
TypeScript

/**
* Browser maintenance API barrel. It exposes tab cleanup and trash helpers for
* runtime and doctor flows.
*/
export { closeTrackedBrowserTabsForSessions } from "./src/browser/session-tab-registry.js";
export { movePathToTrash } from "./src/browser/trash.js";