UNPKG

osrs-tools

Version:

A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information

8 lines 259 B
export declare class SlayerUnlock { name: string; cost: number; description: string; constructor(name: string, cost: number, description: string); } export declare const SlayerUnlocks: SlayerUnlock[]; //# sourceMappingURL=SlayerUnlock.d.ts.map