UNPKG

osrs-wrapper

Version:

A simple wrapper around the Old School Runescape API

4 lines (3 loc) 221 B
import { getExchangeStats, getExchangeTrendGraph } from './grand-exchange/grand-exchange.module'; import { getHiscores } from './hiscores/hiscores.module'; export { getExchangeStats, getExchangeTrendGraph, getHiscores };