UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

8 lines (7 loc) 168 B
export declare const errors: { incorrectFormatErrorMessage: string; }; export declare function getIpAndPort(server: string): { ip: string; port: number; };