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

8 lines 257 B
import { Npc } from '../Npc'; /** * Small Lizard * A small lizard found in the desert, a very low-level creature. * Wiki: https://oldschool.runescape.wiki/w/Small_Lizard */ export declare const smallLizard: Npc; //# sourceMappingURL=SmallLizard.d.ts.map