UNPKG

coc-api

Version:

Yet another Clash of Clans API, but with TS support

18 lines (16 loc) 364 B
import ClashOfClansAPI from './ClashOfClansAPI'; import Clan from './clans'; import GoldPass from './goldpass'; import Labels from './labels'; import Leagues from './leagues'; import Locations from './locations'; import Players from './players'; export default { ClashOfClansAPI, Clan, GoldPass, Labels, Leagues, Locations, Players, }