UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 159 B
import type { SlackMonitorContext } from "../context.js"; export declare function registerSlackChannelEvents(params: { ctx: SlackMonitorContext; }): void;