UNPKG

koishi-plugin-mc-status-bot

Version:
4 lines (3 loc) 223 B
import { ImcServer } from "../model/server"; export declare const mcFormat: (name: string, address: string, server: any, options?: any) => string; export declare const serverListFormat: (serverList: ImcServer[]) => string;