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 271 B
import { Npc } from "../Npc"; /** * Araxyte * Wiki reference: https://oldschool.runescape.wiki/w/Araxyte * * A small spider with glowing eyes found in Araxxor's Lair. */ export declare const araxyte: Npc; export default araxyte; //# sourceMappingURL=Araxyte.d.ts.map