UNPKG

runescape-api-xconex

Version:

Simple wrapper for RuneScape APIs written in node.

4 lines 243 B
import { hiscores } from "../configs/oldschool"; import { Player } from "../lib/Oldschool"; export declare const getPlayer: (name: string, gamemode?: typeof hiscores.gamemodes[number]) => Promise<Player>; //# sourceMappingURL=hiscores.d.ts.map