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

7 lines 239 B
import { Npc } from "../Npc"; import { NpcDrop } from "../NpcDrop"; export declare const manDrops: NpcDrop[]; export declare const manLocations: string[]; export declare const Man: Npc; export default Man; //# sourceMappingURL=Man.d.ts.map