UNPKG

@kdump/code-cli-any-llm

Version:

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

7 lines (6 loc) 181 B
import { AppService } from './app.service'; export declare class AppController { private readonly appService; constructor(appService: AppService); getHello(): string; }