UNPKG

bungie-net-core

Version:

An easy way to interact with the Bungie.net API

13 lines (12 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ItemBindStatus = void 0; const ItemBindStatus = { NotBound: 0, BoundToCharacter: 1, BoundToAccount: 2, BoundToGuild: 3 }; exports.ItemBindStatus = ItemBindStatus;