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

13 lines 323 B
/** * Quest Module * Core quest system exports and utilities */ export * from "./Quest"; export * from "./QuestTool"; export * from "./Requirements"; export * from "./QuestList"; export * from "./MiniQuestList"; export * from "./enums"; export * from "./types"; export * from "./all"; //# sourceMappingURL=index.d.ts.map