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 263 B
import { Npc } from '../Npc'; /** * Monkey Guard * A monkey standing guard on Ape Atoll, one of the island's defenders. * Wiki: https://oldschool.runescape.wiki/w/Monkey_Guard */ export declare const monkeyGuard: Npc; //# sourceMappingURL=MonkeyGuard.d.ts.map