UNPKG

steamapi

Version:
8 lines (7 loc) 189 B
export default class User { /** This user's Steam ID */ steamID: string; constructor(data: any); /** The permalink to this user's profile */ get profileURL(): string; }