UNPKG

@geometrically/minecraft-motd-parser

Version:

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

6 lines (5 loc) 158 B
/** * auto check data type then convert to html. */ export declare function autoCleanToText(motd: string | object): string; export default autoCleanToText;