UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyActivityModeCategory = void 0; const DestinyActivityModeCategory = { None: 0, PvE: 1, PvP: 2, PvECompetitive: 3 }; exports.DestinyActivityModeCategory = DestinyActivityModeCategory;