UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

8 lines (7 loc) 231 B
export declare class SteamApi { private static readonly apiUrl; private _steamApiKey; set steamApiKey(apiKey: string); constructor(steamApiKey: string); getSteamId(profileUrl: string): Promise<string>; }