UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

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