UNPKG

node-brawlstars

Version:

Javascript library to communicate with BrawlStars API

6 lines (5 loc) 183 B
import { BrawlClient } from '../brawl.client'; export declare abstract class BaseModel { protected readonly client: BrawlClient; protected constructor(client: BrawlClient); }