UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

14 lines (13 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ItemLocation = void 0; const ItemLocation = { Unknown: 0, Inventory: 1, Vault: 2, Vendor: 3, Postmaster: 4 }; exports.ItemLocation = ItemLocation;