coc-api
Version:
Yet another Clash of Clans API, but with TS support
15 lines (14 loc) • 378 B
text/typescript
import Locations from "./Locations";
import LocationId from "./LocationId";
import Clans from "./locationid/Clans";
import ClansVersus from "./locationid/ClansVersus";
import Players from "./locationid/Players";
import PlayersVersus from "./locationid/PlayersVersus";
export default {
Locations,
LocationId,
Clans,
ClansVersus,
Players,
PlayersVersus,
}