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 268 B
import { Npc } from "../Npc"; /** * Duckling * Wiki reference: https://oldschool.runescape.wiki/w/Duckling * * A young duck, one of the weakest enemies in OSRS. */ export declare const duckling: Npc; export default duckling; //# sourceMappingURL=Duckling.d.ts.map