UNPKG

661 BTypeScriptView Raw
1import * as bestiary from "./runescape/bestiary";
2import * as clan from "./runescape/clan";
3import * as grandexchange from "./runescape/grandexchange";
4import * as hiscores from "./runescape/hiscores";
5import * as runemetrics from "./runescape/runemetrics";
6import * as oldschool from "./oldschool";
7export { bestiary, clan, grandexchange, hiscores, runemetrics, oldschool };
8declare const _default: {
9 bestiary: typeof bestiary;
10 clan: typeof clan;
11 grandexchange: typeof grandexchange;
12 hiscores: typeof hiscores;
13 runemetrics: typeof runemetrics;
14 oldschool: typeof oldschool;
15};
16export default _default;
17//# sourceMappingURL=index.d.ts.map
\No newline at end of file