mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
7 lines
267 B
TypeScript
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";
|