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

9 lines 274 B
import { Npc } from "../Npc"; /** * Artio * A rare boss bear found in the Wilderness, one of the rarest creatures in the world. * Wiki: https://oldschool.runescape.wiki/w/Artio */ export declare const artio: Npc; export default artio; //# sourceMappingURL=Artio.d.ts.map