UNPKG

supercell-api-scraper

Version:

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

12 lines (11 loc) 310 B
/** @format */ import Client from '../client/client.js'; import BaseGame from '../models/BaseGame.js'; export default class BrawlStars extends BaseGame { readonly players: { find: (tag: string) => Promise<unknown>; }; constructor(client: Client); private player; private bsFetch; }