steamapi
Version:
A nice Steam API wrapper.
23 lines (22 loc) • 1.48 kB
JavaScript
import NewsPost from './src/structures/NewsPost.js';
import Server, { ServerRegion } from './src/structures/Server.js';
import Game from './src/structures/Game.js';
import GameDetails from './src/structures/GameDetails.js';
import GameInfo from './src/structures/GameInfo.js';
import GameInfoExtended from './src/structures/GameInfoExtended.js';
import GameInfoBasic from './src/structures/GameInfoBasic.js';
import GameServer from './src/structures/GameServer.js';
import UserAchievement from './src/structures/UserAchievement.js';
import UserAchievements from './src/structures/UserAchievements.js';
import UserBadge from './src/structures/UserBadge.js';
import UserBadges from './src/structures/UserBadges.js';
import UserPlaytime from './src/structures/UserPlaytime.js';
import UserBans from './src/structures/UserBans.js';
import UserFriend from './src/structures/UserFriend.js';
import UserServer from './src/structures/UserServer.js';
import UserServers from './src/structures/UserServers.js';
import UserStats from './src/structures/UserStats.js';
import UserSummary, { UserPersonaState } from './src/structures/UserSummary.js';
import SteamAPI from './src/SteamAPI.js';
export default SteamAPI;
export { ServerRegion, UserPersonaState, NewsPost, Server, Game, GameDetails, GameInfo, GameInfoExtended, GameInfoBasic, GameServer, UserAchievement, UserAchievements, UserBadge, UserBadges, UserPlaytime, UserBans, UserFriend, UserServer, UserServers, UserStats, UserSummary, };