Files
claude-hud/dist/config-reader.d.ts
2026-03-20 00:42:28 +00:00

8 lines
249 B
TypeScript

export interface ConfigCounts {
claudeMdCount: number;
rulesCount: number;
mcpCount: number;
hooksCount: number;
}
export declare function countConfigs(cwd?: string): Promise<ConfigCounts>;
//# sourceMappingURL=config-reader.d.ts.map