UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

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