UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyAmmunitionType = void 0; const DestinyAmmunitionType = { None: 0, Primary: 1, Special: 2, Heavy: 3, Unknown: 4 }; exports.DestinyAmmunitionType = DestinyAmmunitionType;