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 286 B
import { Npc } from "../Npc"; /** * Giant Rat * Wiki reference: https://oldschool.runescape.wiki/w/Giant_rat * * A very large rat found in the Sewers and other dungeon locations. */ export declare const giantRat: Npc; export default giantRat; //# sourceMappingURL=GiantRat.d.ts.map