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 254 B
import { Npc } from '../Npc'; /** * Temple Spider * A spider found in temples, a low-level spider creature. * Wiki: https://oldschool.runescape.wiki/w/Temple_Spider */ export declare const templeSpider: Npc; //# sourceMappingURL=TempleSpider.d.ts.map