osrs-wrapper
Version:
A simple wrapper around the Old School Runescape API
9 lines (8 loc) • 743 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getHiscores = exports.getExchangeTrendGraph = exports.getExchangeStats = void 0;
const grand_exchange_module_1 = require("./grand-exchange/grand-exchange.module");
Object.defineProperty(exports, "getExchangeStats", { enumerable: true, get: function () { return grand_exchange_module_1.getExchangeStats; } });
Object.defineProperty(exports, "getExchangeTrendGraph", { enumerable: true, get: function () { return grand_exchange_module_1.getExchangeTrendGraph; } });
const hiscores_module_1 = require("./hiscores/hiscores.module");
Object.defineProperty(exports, "getHiscores", { enumerable: true, get: function () { return hiscores_module_1.getHiscores; } });