UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GlobalAlertLevel = void 0; const GlobalAlertLevel = { Unknown: 0, Blue: 1, Yellow: 2, Red: 3 }; exports.GlobalAlertLevel = GlobalAlertLevel;