osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
7 lines (6 loc) • 450 B
JavaScript
/**
* 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";