UNPKG

runescape-api-xconex

Version:

Simple wrapper for RuneScape APIs written in node.

4 lines 227 B
import { Item, ItemGraph } from "../lib/RuneScape"; export declare const getItem: (id: number) => Promise<Item>; export declare const getItemGraph: (id: number) => Promise<ItemGraph>; //# sourceMappingURL=grandexchange.d.ts.map