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 287 B
import { Npc } from '../Npc'; /** * Sergeant Grimspike * A sergeant of the goblin military, standing guard east of Lumbridge. * Wiki: https://oldschool.runescape.wiki/w/Sergeant_Grimspike */ export declare const sergeantGrimspike: Npc; //# sourceMappingURL=SergeantGrimspike.d.ts.map