UNPKG

@kdump/code-cli-any-llm

Version:

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

9 lines (8 loc) 279 B
export declare const corsConfig: { origin: (origin: string | undefined, callback: (error: Error | null, allow?: boolean) => void) => void; methods: string[]; allowedHeaders: string[]; credentials: boolean; maxAge: number; optionsSuccessStatus: number; };