UNPKG

trackmania.io

Version:

Node.js inplementation of Trackmania Live services (trackmania.io)

14 lines (13 loc) 254 B
export = ReqUtil; /** * Util for API requests * @private */ declare class ReqUtil { constructor(client: any); client: any; get tmioAPIURL(): string; get tmioURL(): string; get tmxAPIURL(): string; get votingAPIURL(): string; }