UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 256 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyStatCategory = void 0; const DestinyStatCategory = { Gameplay: 0, Weapon: 1, Defense: 2, Primary: 3 }; exports.DestinyStatCategory = DestinyStatCategory;