UNPKG

pqry

Version:

Easier query to pterodactyl panel

3 lines (2 loc) 158 B
import { Server } from "./../Objects/Server.js"; export declare function GetServer(host: string, apikey: string, identifier: string): Promise<void | Server>;