diff --git a/src/index.ts b/src/index.ts index fb753db..b598c9a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,2 +1,6 @@ +import * as hiscores from './hiscores'; + export * from './hiscores'; export * from './types'; + +export default hiscores;