diff --git a/mod.ts b/mod.ts index abaf3fd..c066638 100644 --- a/mod.ts +++ b/mod.ts @@ -2,11 +2,4 @@ import { authenticate, setup } from "./src/shared/index.ts"; import * as wow from "./src/wow/index.ts"; import * as wowClassic from "./src/wow_classic/index.ts"; -const blizzardAPI = { - setup, - authenticate, - wow, - wowClassic, -}; - -export default blizzardAPI; +export { authenticate, setup, wow, wowClassic };