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

11 lines 470 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 type { TaskDefinition, TaskQuantity, SlayerMasterConfig, TaskOptions } from './types'; export { SlayerLocation, SlayerBoss, POINTS_TABLE, TASK_DEFAULTS } from './types'; export type { TaskJson } from './Task'; //# sourceMappingURL=index.d.ts.map