UNPKG

asajs

Version:

Make your Minecraft JsonUI with ScriptingAPI

10 lines (9 loc) 266 B
import { Class } from "../../components/Class"; export declare const Logs: Array<{ type: "warning" | "error"; message: string; }>; export declare class Log extends Class { static warning(message: string): void; static error(message: string): void; }