@leoua/coc-api
Version:
Yet another Clash of Clans API, but with TS support
9 lines (8 loc) • 335 B
TypeScript
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 { ClashOfClansAPI, Clan, GoldPass, Labels, Leagues, Locations, Players };