UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 188 B
import type { CommandHandlerResult, HandleCommandsParams } from "./commands-types.js"; export declare function handleCommands(params: HandleCommandsParams): Promise<CommandHandlerResult>;