UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

8 lines (7 loc) 226 B
export declare type TRconBaseRequestParams = { server: string; rconpassword: string; cmd: string; timeout?: number; }; export declare function rconBasicRequest(params: TRconBaseRequestParams): Promise<string>;