UNPKG

@leoua/coc-api

Version:

Yet another Clash of Clans API, but with TS support

6 lines (5 loc) 202 B
/// <reference path="../../types/types.d.ts" /> export default class LocationId { static readonly path: string; static get(api: IClashOfClansAPI, locationId: number): Promise<ILocation>; }