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

10 lines 291 B
import { Npc } from "../Npc"; /** * Callisto * Wiki reference: https://oldschool.runescape.wiki/w/Callisto * * A mythical bear that is one of the toughest creatures in the Wilderness. */ export declare const callisto: Npc; export default callisto; //# sourceMappingURL=Callisto.d.ts.map