UNPKG
@leoua/coc-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Yet another Clash of Clans API, but with TS support
lbrustad/node-coc-api
@leoua/coc-api
/
dist
/
clans
/
clantag
/
currentwar
/
LeagueGroup.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
///
<reference path="../../../../types/types.d.ts" />
export
default
class
LeagueGroup
{
static
readonly
path:
string
;
static
get
(
api: IClashOfClansAPI, clanTag:
string
): Promise<IClanWarLeagueGroup>
; }