UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

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