vibe-rules
Version:
A utility for managing Cursor rules, Windsurf rules, and other AI prompts
5 lines (4 loc) • 349 B
TypeScript
export declare let isDebugEnabled: boolean;
export declare function setDebugEnabled(enabled: boolean): void;
export type ChalkColor = 'blue' | 'red' | 'green' | 'yellow' | 'cyan' | 'magenta' | 'gray' | 'grey' | 'white' | 'black' | 'dim';
export declare const debugLog: (message: string, color?: ChalkColor | null, ...optionalParams: any[]) => void;