UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

8 lines (7 loc) 177 B
import Clans from './Clans'; import Players from './Players'; declare const _default: { Clans: typeof Clans; Players: typeof Players; }; export default _default;