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

8 lines 585 B
/** * Slayer Masters Module - Barrel Export * Re-exports all masters and utilities from the masters directory */ export { Turael, Spria, Mazchna, Vannaka, Chaeldar, KonarQuoMaten, Nieve, Duradel, Krystilia, } from "./masters/index"; export { getMasterByName, getAllMasters, getMastersByMinimumLevel, getMastersByProgression, getRandomMasterForLevel, SlayerMasterProgression, registerMaster, initializeMastersRegistry, } from "./masters/registry"; export type { SlayerMasterProgression as SlayerMasterProgressionType } from "./masters/registry"; //# sourceMappingURL=masters.d.ts.map