UNPKG

xedoc.js

Version:

A wrapper for Rust Console Edition (RCE) that allows you to use the websocket and API from G-Portal.

8 lines (7 loc) 243 B
export default class Helper { static comparePopulation(oldList: string[], newList: string[]): { joined: string[]; left: string[]; }; static cleanOutput(output: string, json?: boolean, rawHostname?: boolean): any; }