UNPKG

@geometrically/minecraft-motd-parser

Version:

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

8 lines (7 loc) 173 B
import { motdJsonType } from "../types"; /** * Convert JSON to HTML. * * @param sourceJson */ export default function parseJSONToHTML(sourceJson: motdJsonType): string;