UNPKG

supercell-api-scraper

Version:

A supercell games scraper that has additional calculations and info, easy to use methods. [BETA]

22 lines (15 loc) 275 B
export default class Labels { #options: any; constructor(options: any) { this.#options = options; this.players = this.players; this.clans = this.clans; return this; } players() { "/labels/players"; } clans() { "/labels/clans"; } }