UNPKG

@geometrically/minecraft-motd-parser

Version:

Minecraft Server MOTD Parser, can convert to html, json, text.

7 lines (6 loc) 206 B
export declare function JSONRender(json: object): string; /** * auto check data type then convert to html. */ export declare function autoToHTML(motd: string | object): string; export default autoToHTML;