mirror of
https://github.com/maxswa/osrs-json-hiscores.git
synced 2025-10-15 10:19:04 +00:00
Add default export
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
import * as hiscores from './hiscores';
|
||||
|
||||
export * from './hiscores';
|
||||
export * from './types';
|
||||
|
||||
export default hiscores;
|
||||
|
Reference in New Issue
Block a user