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 (8 loc) 301 B
/** * Core Slayer Module * Exports the fundamental classes and types for the Slayer system */ export { SlayerMaster } from './SlayerMaster'; export { Task } from './Task'; export { Assignment } from './Assignment'; export { SlayerLocation, SlayerBoss, POINTS_TABLE, TASK_DEFAULTS } from './types';