novel-writer-cn
Version:
AI 驱动的中文小说创作工具 - 基于结构化工作流的智能写作助手
8 lines • 340 B
TypeScript
export declare const logger: {
info: (message: string, ...args: any[]) => void;
success: (message: string, ...args: any[]) => void;
warn: (message: string, ...args: any[]) => void;
error: (message: string, ...args: any[]) => void;
debug: (message: string, ...args: any[]) => void;
};
//# sourceMappingURL=logger.d.ts.map