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

8 lines 279 B
import { Npc } from '../Npc'; /** * Peer the Seer * A wise Fremennik who helps with the Fremennik Trials and can reset house location. * Wiki: https://oldschool.runescape.wiki/w/Peer_the_Seer */ export declare const peerTheSeer: Npc; //# sourceMappingURL=PeerTheSeer.d.ts.map