UNPKG

rcon-node

Version:

A TypeScript RCON client library for modern game servers.

19 lines 534 B
import { BaseClient } from "./base.client"; export declare class ValheimClient extends BaseClient { private socket; private requestId; private pending; private connected; private authenticated; private buffer; private authCallback; connect(): Promise<void>; private authenticate; private onData; private handlePacket; send(command: string): Promise<string>; private sendPacket; end(): void; testAuthentication(): Promise<void>; } //# sourceMappingURL=valheim.client.d.ts.map