UNPKG

@zomlit/tsleague

Version:

RL wrapper in TypeScript

7 lines (6 loc) 155 B
export declare class SteamAPI { private input; private static API_KEY; constructor(input: string); getSteamID(): Promise<string | null>; }