UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 262 B
//#region src/commands/channels/account-selector.ts function assertAccountSelectorForMutation(account) { if (account !== void 0 && !account.trim()) throw new Error("--account must not be blank"); } //#endregion export { assertAccountSelectorForMutation as t };