UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 169 B
import type { SignalMention } from "./event-handler.types.js"; export declare function renderSignalMentions(message: string, mentions?: SignalMention[] | null): string;