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 265 B
import { Npc } from "../Npc"; /** * Death Wing * Wiki reference: https://oldschool.runescape.wiki/w/Death_wing * * A skeletal bird found in the Catacombs. */ export declare const deathWing: Npc; export default deathWing; //# sourceMappingURL=DeathWing.d.ts.map