UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 194 B
export declare function stripDsrRequests(input: string): { cleaned: string; requests: number; }; export declare function buildCursorPositionResponse(row?: number, col?: number): string;