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 220 B
import { Npc } from '../Npc'; /** * Jackal * A wild jackal found in the deserts of Sophanem. * Wiki: https://oldschool.runescape.wiki/w/Jackal */ export declare const jackal: Npc; //# sourceMappingURL=Jackal.d.ts.map