@retroachievements/api
Version:
A well-tested library that lets you get achievement, user, and game data from RetroAchievements.
12 lines (10 loc) • 315 B
text/typescript
// This file is the single public-facing API of the entire library.
export * from "./achievement";
export * from "./comment";
export * from "./console";
export * from "./feed";
export * from "./game";
export * from "./leaderboard";
export * from "./ticket";
export * from "./user";
export * from "./utils/public";