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 247 B
import { Npc } from '../Npc'; /** * Jungle Wolf * A wolf adapted to jungle environments in the wilderness. * Wiki: https://oldschool.runescape.wiki/w/Jungle_wolf */ export declare const jungleWolf: Npc; //# sourceMappingURL=JungleWolf.d.ts.map