@defikitdotnet/x-ai-combat
Version:
XCombatAI - Social Media Engagement Template for the Agent Framework
18 lines • 439 B
TypeScript
/**
* X-AI-Combat Logger Utility
*
* Provides logging utilities with consistent formatting
*/
/**
* Log a message with X-AI-COMBAT prefix
*/
export declare const log: (...args: any[]) => void;
/**
* Log an error with X-AI-COMBAT prefix
*/
export declare const error: (...args: any[]) => void;
/**
* Log a warning with X-AI-COMBAT prefix
*/
export declare const warn: (...args: any[]) => void;
//# sourceMappingURL=logger.d.ts.map