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 258 B
import { Npc } from '../Npc'; /** * Spindel * A red spider boss found in the Red Spider Lair, a dangerous wilderness encounter. * Wiki: https://oldschool.runescape.wiki/w/Spindel */ export declare const spindel: Npc; //# sourceMappingURL=Spindel.d.ts.map