UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FireteamPlatform = void 0; const FireteamPlatform = { Any: 0, Playstation4: 1, XboxOne: 2, Blizzard: 3, Steam: 4, Stadia: 5, Egs: 6 }; exports.FireteamPlatform = FireteamPlatform;