UNPKG

@kdump/code-cli-any-llm

Version:

> A unified gateway for the Gemini, opencode, crush, and Qwen Code AI CLIs

9 lines (8 loc) 242 B
interface RequestWithPath { path: string; } export declare const requestLoggingConfig: { skip: (req: RequestWithPath) => boolean; filterHeaders: readonly ["authorization", "cookie", "x-api-key", "x-gemini-api-key"]; }; export {};