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

6 lines (5 loc) 175 B
/** * Re-export all quest-related types for public API */ export { RecommendationType } from './Quest'; export { QuestDifficulty, QuestLength, QuestStatus } from './enums';