Files
claude-hud/dist/config-reader.d.ts

8 lines
249 B
TypeScript
Raw Normal View History

2026-01-05 04:06:24 +00:00
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