Skip to content

Commit

Permalink
entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinta365 committed Sep 12, 2023
1 parent 2c4cf8f commit ed368f1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };

0 comments on commit ed368f1

Please sign in to comment.