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

13 lines 299 B
import { Item } from '../Item'; export declare const coins2: { id: number; name: string; members: boolean; tradeable: boolean; stackable: boolean; noted: boolean; value: number; examine: string; }; export declare const Coins: Item; //# sourceMappingURL=Coins.d.ts.map