UNPKG

observermc

Version:

A Node.js wrapper and API for multiple Minecraft Servers

5 lines (4 loc) 168 B
export declare class Logger { static log(message: string, ...optionalParams: any[]): void; static error(message: string, ...optionalParams: any[]): void; }