UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

16 lines (15 loc) 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyEnergyType = void 0; const DestinyEnergyType = { Any: 0, Arc: 1, Thermal: 2, Void: 3, Ghost: 4, Subclass: 5, Stasis: 6 }; exports.DestinyEnergyType = DestinyEnergyType;