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

6 lines 223 B
import { Npc } from '../Npc'; import { NpcDrop } from '../NpcDrop'; export declare const hansDrops: NpcDrop[]; export declare const hansLocations: string[]; export declare const Hans: Npc; //# sourceMappingURL=Hans.d.ts.map