UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 200 B
export declare const DEFAULT_CLI_NAME = "openclaw"; export declare function resolveCliName(argv?: string[]): string; export declare function replaceCliName(command: string, cliName?: string): string;