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

10 lines 263 B
import { Npc } from "../Npc"; /** * Hans * Wiki reference: https://oldschool.runescape.wiki/w/Hans * * The loyal servant of Duke Horacio. Hans is a non-attackable NPC. */ export declare const hans: Npc; export default hans; //# sourceMappingURL=Hans.d.ts.map