UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyClass = void 0; const DestinyClass = { Titan: 0, Hunter: 1, Warlock: 2, Unknown: 3 }; exports.DestinyClass = DestinyClass;