Appearance
用于输出警告信息
import { warn } from "tool-assistant;
// 引入 warn 函数 import { warn } from "tool-assistant"; // 要输出警告的项目名称 const projectName = "MyProject"; // 警告消息 const message = "Something went wrong!"; // 输出警告 warn(projectName, message);