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 269 B
import { Npc } from '../Npc'; /** * Karamjan Monkey * A monkey native to the island of Karamja, an untamed creature. * Wiki: https://oldschool.runescape.wiki/w/Karamjan_Monkey */ export declare const karamjanMonkey: Npc; //# sourceMappingURL=KaramjanMonkey.d.ts.map