Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
better exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 31, 2024
1 parent 32948f7 commit 927c380
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,36 @@
export * from './Client';
export * from './Errors';

export * from './Private/CacheHandler';
export * from './Private/CheckUpdates';
export * from './Private/Endpoint';
export * from './Private/Requests';
export * from './Private/uuidCache';

export * from './API/getAchievements';
export * from './API/getActiveHouses';
export * from './API/getBoosters';
export * from './API/getChallenges';
export * from './API/getGameCounts';
export * from './API/getGuild';
export * from './API/getGuildAchievements';
export * from './API/getHouse';
export * from './API/getLeaderboards';
export * from './API/getPlayer';
export * from './API/getPlayerHouses';
export * from './API/getQuests';
export * from './API/getRecentGames';
export * from './API/getSkyblockAuction';
export * from './API/getSkyblockAuctionsByPlayer';
export * from './API/getSkyblockBazaar';
export * from './API/getSkyblockBingo';
export * from './API/getSkyblockBingoByPlayer';
export * from './API/getSkyblockEndedAuctions';
export * from './API/getSkyblockFireSales';
export * from './API/getSkyblockGarden';
export * from './API/getSkyblockGovernment';
export * from './API/getSkyblockMember';
export * from './API/getSkyblockNews';
export * from './API/getSkyblockProfiles';
export * from './API/getStatus';
export * from './API/getWatchdogStats';

0 comments on commit 927c380

Please sign in to comment.