UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

11 lines (10 loc) 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DestinyScope = void 0; const DestinyScope = { Profile: 0, Character: 1 }; exports.DestinyScope = DestinyScope;