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 264 B
import { Npc } from "../Npc"; /** * Giant Bat * Wiki reference: https://oldschool.runescape.wiki/w/Giant_bat * * A very large bat found in Taverley Dungeon. */ export declare const giantBat: Npc; export default giantBat; //# sourceMappingURL=GiantBat.d.ts.map