UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 199 B
export declare function requestJsonlSocket<T>(params: { socketPath: string; payload: string; timeoutMs: number; accept: (msg: unknown) => T | null | undefined; }): Promise<T | null>;