chore: include pre-built dist for github install
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import type { LspServerInfo } from "../types";
|
||||
export declare function getLspServersInfo(): LspServerInfo[];
|
||||
export declare function getLspServerStats(servers: LspServerInfo[]): {
|
||||
installed: number;
|
||||
total: number;
|
||||
};
|
||||
Reference in New Issue
Block a user