UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

12 lines (11 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ItemPerkVisibility = void 0; const ItemPerkVisibility = { Visible: 0, Disabled: 1, Hidden: 2 }; exports.ItemPerkVisibility = ItemPerkVisibility;