UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyPresentationNodeState = void 0; const DestinyPresentationNodeState = { None: 0, Invisible: 1, Obscured: 2 }; exports.DestinyPresentationNodeState = DestinyPresentationNodeState;