UNPKG

xedoc.js

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

12 lines (11 loc) 266 B
export interface ILogger { error: (message: string) => void; warn: (message: string) => void; info: (message: string) => void; debug: (message: string) => void; } export interface LogType { prefix: string; emoji: string; color: string; }