UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

3 lines (2 loc) 192 B
import { TGetStatusRawResponse } from "../utils/parsers/getStatus/getStatusRaw.parser"; export declare function getStatusRaw(server: string, timeout?: number): Promise<TGetStatusRawResponse>;