UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

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