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