UNPKG

osrs-tools

Version:

A JavaScript package to provide JSON data for all current Old School RuneScape quests. This package aims to help junior software developers create tools related to Old School RuneScape. It's a work in progress, and issues should be reported to jamescer@ha

8 lines (7 loc) 217 B
export declare class SlayerUnlock { name: string; cost: number; description: string; constructor(name: string, cost: number, description: string); } export declare const SlayerUnlocks: SlayerUnlock[];