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 219 B
import { Npc } from '../Npc'; import { NpcDrop } from '../NpcDrop'; export declare const manDrops: NpcDrop[]; export declare const manLocations: string[]; export declare const Man: Npc; //# sourceMappingURL=Man.d.ts.map