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 278 B
import { Npc } from "../Npc"; /** * Desert Lizard * Wiki reference: https://oldschool.runescape.wiki/w/Desert_Lizard * * A lizard native to the Kharid Desert. */ export declare const desertLizard: Npc; export default desertLizard; //# sourceMappingURL=DesertLizard.d.ts.map