UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

6 lines (5 loc) 216 B
/// <reference path="../../../../types/types.d.ts" /> export default class LeagueGroup { static readonly path: string; static get(api: IClashOfClansAPI, clanTag: string): Promise<IClanWarLeagueGroup>; }