mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-14 10:41:23 +00:00
7 lines
259 B
TypeScript
7 lines
259 B
TypeScript
export type { BrowserExecutable } from "../../extensions/browser/browser-host-inspection.js";
|
|
export {
|
|
parseBrowserMajorVersion,
|
|
readBrowserVersion,
|
|
resolveGoogleChromeExecutableForPlatform,
|
|
} from "../../extensions/browser/browser-host-inspection.js";
|