UNPKG

steamapi-cloudflare-workers

Version:

A nice Steam API wrapper for Cloudflare Workers

11 lines (10 loc) 211 B
class Player { /** * @type {string} The permalink to this players profile. * @readonly */ get profileURL() { return `https://steamcommunity.com/profiles/${this.steamID}`; } } module.exports = Player;