mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-04-19 17:02:42 +00:00
6 lines
247 B
TypeScript
6 lines
247 B
TypeScript
/**
|
|
* Create a namespaced debug logger
|
|
* @param namespace - Tag for log messages (e.g., 'config', 'usage')
|
|
*/
|
|
export declare function createDebug(namespace: string): (msg: string, ...args: unknown[]) => void;
|
|
//# sourceMappingURL=debug.d.ts.map
|