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 285 B
import { Npc } from '../Npc'; /** * Kalphite Worker * A humble worker kalphite from the hive, the weakest of the kalphite hierarchy. * Wiki: https://oldschool.runescape.wiki/w/Kalphite_worker */ export declare const kalphiteWorker: Npc; //# sourceMappingURL=KalphiteWorker.d.ts.map