1.0.0 • Published 1 year ago

steamidutils v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

steamidutils

npm i steamidutils
const SteamIDUtils = require("steamidutils");
SteamIDUtils.toSteamID("76561198148292752"); // -> STEAM_0:0:94013512
SteamIDUtils.toSteamID3("76561198148292752"); // -> U:1:188027024
SteamIDUtils.fromSteamID3("U:1:188027024"); // -> STEAM_0:0:94013512
SteamIDUtils.isSteamID("76561198148292752"); // -> false
SteamIDUtils.isSteamID("STEAM_0:0:94013512"); // -> true
SteamIDUtils.isSteamID64("76561198148292752"); // -> true
SteamIDUtils.isSteamID64("STEAM_0:0:94013512"); // -> false
SteamIDUtils.isSteamID3("76561198148292752"); // -> false
SteamIDUtils.isSteamID3("U:1:188027024"); // -> true
SteamIDUtils.profileURL("76561198148292752"); // -> http://steamcommunity.com/profiles/76561198148292752