UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

16 lines (15 loc) 537 B
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"; declare const _default: { Locations: typeof Locations; LocationId: typeof LocationId; Clans: typeof Clans; ClansVersus: typeof ClansVersus; Players: typeof Players; PlayersVersus: typeof PlayersVersus; }; export default _default;