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

9 lines 313 B
import { Npc } from '../Npc'; /** * Giant Crypt Rat * A large rat from the Catacombs, one of the larger vermin found in dark places. * Wiki: https://oldschool.runescape.wiki/w/Giant_crypt_rat */ export declare const giantCryptRat: Npc; export default giantCryptRat; //# sourceMappingURL=GiantCryptRat.d.ts.map