UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyPresentationScreenStyle = void 0; const DestinyPresentationScreenStyle = { Default: 0, CategorySets: 1, Badge: 2 }; exports.DestinyPresentationScreenStyle = DestinyPresentationScreenStyle;