Files
oh-my-opencode/dist/cli/doctor/checks/tools-lsp.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
225 B
TypeScript

import type { LspServerInfo } from "../types";
export declare function getLspServersInfo(): LspServerInfo[];
export declare function getLspServerStats(servers: LspServerInfo[]): {
installed: number;
total: number;
};