mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
8 lines
145 B
TypeScript
8 lines
145 B
TypeScript
import * as hiscores from './hiscores';
|
|
|
|
export * from './hiscores';
|
|
export * from './types';
|
|
export * from './utils';
|
|
|
|
export default hiscores;
|