runescape-api-xconex
Version:
Simple wrapper for RuneScape APIs written in node.
8 lines • 373 B
TypeScript
import * as bestiary from "./bestiary";
import * as clan from "./clan";
import * as grandexchange from "./grandexchange";
import * as hiscores from "./hiscores";
import * as miscellaneous from "./miscellaneous";
import * as runemetrics from "./runemetrics";
export { bestiary, clan, grandexchange, hiscores, miscellaneous, runemetrics };
//# sourceMappingURL=index.d.ts.map