runescape-api-xconex
Version:
Simple wrapper for RuneScape APIs written in node.
9 lines • 335 B
TypeScript
import { Jagex } from "../types";
export declare class Player {
name: string;
activities: Jagex.Hiscores.OSRSPlayerActivites;
bosses: Jagex.Hiscores.OSRSPlayerBosses;
skills: Jagex.Hiscores.OSRSPlayerSkills;
constructor(name: string, player: Jagex.Hiscores.OSRSPlayerJSON);
}
//# sourceMappingURL=Oldschool.d.ts.map