UNPKG

runescape-api-xconex

Version:

Simple wrapper for RuneScape APIs written in node.

19 lines 746 B
import * as osrs from "./osrs"; import * as bestiary from "./runescape/bestiary"; import * as clan from "./runescape/clan"; import * as grandexchange from "./runescape/grandexchange"; import * as hiscores from "./runescape/hiscores"; import * as miscellaneous from "./runescape/miscellaneous"; import * as runemetrics from "./runescape/runemetrics"; export { bestiary, clan, grandexchange, hiscores, miscellaneous, runemetrics }; declare const _default: { bestiary: typeof bestiary; clan: typeof clan; grandexchange: typeof grandexchange; hiscores: typeof hiscores; miscellaneous: typeof miscellaneous; runemetrics: typeof runemetrics; osrs: typeof osrs; }; export default _default; //# sourceMappingURL=index.d.ts.map