mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 19:08:22 -06: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";
|