UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

17 lines (16 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DamageType = void 0; const DamageType = { None: 0, Kinetic: 1, Arc: 2, Thermal: 3, Void: 4, Raid: 5, Stasis: 6, Strand: 7 }; exports.DamageType = DamageType;