Skip to content

Commit

Permalink
add comments to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Apr 26, 2022
1 parent b175499 commit 7c8cc42
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
module.exports = {

// Internal Game APIs
API: require("./src/api"),
Maps: require("./src/maps"),
Regions: require("./src/regions"),
Tiers: require("./src/tiers"),
LocalRiotClientAPI: require("./src/LocalRiotClientAPI"),

// Third Party APIs
ContentAPI: require("./src/ContentAPI"),

// Static Content
Languages: require("./src/languages"),
Maps: require("./src/maps"),
Regions: require("./src/regions"),
Tiers: require("./src/tiers"),

};

0 comments on commit 7c8cc42

Please sign in to comment.