mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-11 19:16:07 +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";
|