UNPKG

runescape-api-xconex

Version:

Simple wrapper for RuneScape APIs written in node.

9 lines 287 B
import * as grandexchange from "./grandexchange"; import * as hiscores from "./hiscores"; export { hiscores, grandexchange }; declare const _default: { hiscores: typeof hiscores; grandexchange: typeof grandexchange; }; export default _default; //# sourceMappingURL=index.d.ts.map