UNPKG

node-brawlstars

Version:

Javascript library to communicate with BrawlStars API

5 lines (4 loc) 111 B
export declare class RuntimeException extends Error { constructor(message?: string); what(): string; }