osrs-tools
Version:
A comprehensive TypeScript library for Old School RuneScape (OSRS) data and utilities, including quest data, skill requirements, and game item information
15 lines (14 loc) • 334 B
JavaScript
/**
* Quest Module
* Core quest system exports and utilities
*/
// Core quest system
export * from "./Quest";
export * from "./QuestTool";
export * from "./Requirements";
export * from "./QuestList";
export * from "./MiniQuestList";
export * from "./enums";
export * from "./types";
// All individual quests
export * from "./all";