UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BucketCategory = void 0; const BucketCategory = { Invisible: 0, Item: 1, Currency: 2, Equippable: 3, Ignored: 4 }; exports.BucketCategory = BucketCategory;