UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 259 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyBreakerType = void 0; const DestinyBreakerType = { None: 0, ShieldPiercing: 1, Disruption: 2, Stagger: 3 }; exports.DestinyBreakerType = DestinyBreakerType;