mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +00:00
10 lines
376 B
TypeScript
10 lines
376 B
TypeScript
/**
|
|
* Browser doctor API barrel. It exposes legacy profile cleanup and Chrome MCP
|
|
* readiness helpers for OpenClaw doctor.
|
|
*/
|
|
export {
|
|
detectLegacyClawdBrowserProfileResidue,
|
|
maybeArchiveLegacyClawdBrowserProfileResidue,
|
|
noteChromeMcpBrowserReadiness,
|
|
} from "./src/doctor-browser.js";
|
|
export type { LegacyClawdBrowserProfileResidue } from "./src/doctor-browser.js";
|