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 • 301 B
TypeScript
import { Npc } from "../Npc";
/**
* Giant Spider
* Wiki reference: https://oldschool.runescape.wiki/w/Giant_spider
*
* A very large spider found in Yanille Dungeon and other locations.
*/
export declare const giantSpider: Npc;
export default giantSpider;
//# sourceMappingURL=GiantSpider.d.ts.map