mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
build: compile dist/ [auto]
This commit is contained in:
8
dist/config-reader.d.ts
vendored
Normal file
8
dist/config-reader.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user