UNPKG

battleye-node

Version:

A TS/JS library for communicating with BattlEye’s RCon (Remote Console) protocol. Easily send commands, receive server responses, and automate server management for games protected by BattlEye anti-cheat.

3 lines (2 loc) 80 B
declare function bufferLogin(pass: string): Buffer; export default bufferLogin;