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 278 B
import { Npc } from "../Npc"; /** * Desert Wolf * Wiki reference: https://oldschool.runescape.wiki/w/Desert_Wolf * * A dangerous wolf adapted to life in the desert. */ export declare const desertWolf: Npc; export default desertWolf; //# sourceMappingURL=DesertWolf.d.ts.map