UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 281 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyGraphNodeState = void 0; const DestinyGraphNodeState = { Hidden: 0, Visible: 1, Teaser: 2, Incomplete: 3, Completed: 4 }; exports.DestinyGraphNodeState = DestinyGraphNodeState;