How to use the steamid function in steamid

To help you get started, we’ve selected a few steamid examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github steamgriddb / steamgriddb-manager / src / js / Steam.js View on Github external
Object.keys(loginusersData.users).every((user) => {
          if (loginusersData.users[user].MostRecent || loginusersData.users[user].mostrecent) {
            const { accountid } = (new SteamID(user));
            this.loggedInUser = accountid;
            log.info(`Got Steam user: ${accountid}`);
            resolve(accountid);
            return true;
          }
          return false;
        });
      });

steamid

Exposes a SteamID object class for easy SteamID management

MIT
Latest version published 3 years ago

Package Health Score

50 / 100
Full package analysis