mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 10:19:33 +00:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
/**
|
|
* Barrel for Browser CLI input/action command registration.
|
|
*/
|
|
export { registerBrowserActionInputCommands } from "./browser-cli-actions-input/register.js";
|