tips-twisted
Version:
Fetching riot games api data
13 lines (12 loc) • 351 B
TypeScript
export * from './api-response';
export * from './champion';
export * from './data-dragon';
export * from './league';
export * from './matches';
export * from './rate-limit';
export * from './spectator';
export * from './statics';
export * from './status';
export * from './summoners';
export * from './third-party-code';
export * from './challenges';